From: Tim Wood Date: Wed, 21 Sep 2011 16:40:09 +0000 (-0700) Subject: Updating version number to 0.6.0 X-Git-Tag: 0.6.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ab8ebd91e8594caf41db14020cb63d216d34f1;p=thirdparty%2Fmoment.git Updating version number to 0.6.0 --- diff --git a/README.markdown b/README.markdown index 0ecbe2fb5..dcd12a0d9 100755 --- a/README.markdown +++ b/README.markdown @@ -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. diff --git a/package.json b/package.json index 262e70c28..e5b29062d 100755 --- a/package.json +++ b/package.json @@ -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 (http://timwoodcreates.com/)",