From: Tim Wood Date: Mon, 13 Jun 2011 16:19:19 +0000 (-0700) Subject: updating npm and readme for 0.5.0 X-Git-Tag: 0.5.1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13ccd6d485c496ca5ec792b12209aff759fac47;p=thirdparty%2Fmoment.git updating npm and readme for 0.5.0 --- diff --git a/README.markdown b/README.markdown index cde8bda63..40cb3abff 100755 --- a/README.markdown +++ b/README.markdown @@ -553,6 +553,11 @@ Everyone who helped with [php.js date](http://phpjs.org/functions/date:380). [Ryan McGeary](http://ryan.mcgeary.org/) for his work on the [jQuery timeago plugin](http://timeago.yarp.com/). +License +======= + +Underscore.date is freely distributable under the terms of the MIT license. + Changelog ========= diff --git a/package.json b/package.json index b6ab629f0..bc7da9015 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "underscore.date", - "version": "0.4.1", + "version": "0.5.0", "description": "Underscore.date is a JavaScript Date utility library built on top of Underscore.js", "homepage": "https://github.com/timrwood/underscore.date", "author": "Tim Wood (http://timwoodcreates.com/)", diff --git a/underscore.date.js b/underscore.date.js index 5ad79f8c1..076a5c674 100755 --- a/underscore.date.js +++ b/underscore.date.js @@ -3,7 +3,7 @@ // (c) 2011 Tim Wood // Underscore.date is freely distributable under the terms of the MIT license. // -// Version 0.4.1 +// Version 0.5.0 (function (undefined) {