]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updating version number to 0.6.0
authorTim Wood <washwithcare@gmail.com>
Wed, 21 Sep 2011 16:40:09 +0000 (09:40 -0700)
committerTim Wood <washwithcare@gmail.com>
Wed, 21 Sep 2011 16:40:09 +0000 (09:40 -0700)
README.markdown
package.json

index 0ecbe2fb51b137f4e378576dde7ac5208b106033..dcd12a0d98e11f9de3bcafcad11a21fd0fd4763a 100755 (executable)
@@ -5,7 +5,7 @@ Underscore.date is a javascript date library that helps create, manipulate, and
 
 Author: Tim Wood
 
-Version: 0.5.2
+Version: 0.6.0
 
 **Note:** There are some api changes that will break your code when upgrading from 0.4.1 to 0.5.0. Read about the changes in the changelog at the bottom of the page.
 
index 262e70c284fbec32db29b16c2ebcced103e057f1..e5b29062df2fd9744f30871414a3e05a8ef55a3a 100755 (executable)
@@ -1,6 +1,6 @@
 {
   "name": "underscore.date",
-  "version": "0.5.2",
+  "version": "0.6.0",
   "description": "Underscore.date is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.",
   "homepage": "https://github.com/timrwood/underscore.date",
   "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",