]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bumping version number to 1.5.1 for a bugfix
authorTim Wood <washwithcare@gmail.com>
Fri, 6 Apr 2012 01:58:27 +0000 (18:58 -0700)
committerTim Wood <washwithcare@gmail.com>
Fri, 6 Apr 2012 01:58:27 +0000 (18:58 -0700)
moment.js
package.json

index 5392e30a636e6aeca8c3757e5ce77c5656feeebc..4e1c5c672a784081fd1415e3cc4b7d0e5575dedc 100644 (file)
--- 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
index c1b2b40d223ef518e01920b3298aa323cb8ba903..d365489c4dc24d3ac1c4d334fd53cbed3a6ddfe5 100755 (executable)
@@ -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 <washwithcare@gmail.com> (http://timwoodcreates.com/)",