From: Tim Wood Date: Fri, 6 Apr 2012 01:58:27 +0000 (-0700) Subject: Bumping version number to 1.5.1 for a bugfix X-Git-Tag: 1.5.1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71eda19de4a277b76419d18f233ac4877bf801f2;p=thirdparty%2Fmoment.git Bumping version number to 1.5.1 for a bugfix --- diff --git a/moment.js b/moment.js index 5392e30a6..4e1c5c672 100644 --- a/moment.js +++ b/moment.js @@ -1,5 +1,5 @@ // moment.js -// version : 1.5.0 +// version : 1.5.1 // author : Tim Wood // license : MIT // momentjs.com @@ -26,7 +26,7 @@ ['HH', /T\d\d/] ], timezoneParseRegex = /([\+\-]|\d\d)/gi, - VERSION = "1.5.0", + VERSION = "1.5.1", shortcuts = 'Month|Date|Hours|Minutes|Seconds|Milliseconds'.split('|'); // Moment prototype object diff --git a/package.json b/package.json index c1b2b40d2..d365489c4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment", - "version": "1.5.0", + "version": "1.5.1", "description": "Moment.js is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.", "homepage": "https://github.com/timrwood/moment", "author": "Tim Wood (http://timwoodcreates.com/)",