]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bumping version number for hotfix
authorTim Wood <washwithcare@gmail.com>
Thu, 26 Apr 2012 22:27:37 +0000 (15:27 -0700)
committerTim Wood <washwithcare@gmail.com>
Thu, 26 Apr 2012 22:27:37 +0000 (15:27 -0700)
moment.js
package.json

index 1147aa8d70cefb55a1847c8167d4f612c2d9c717..6e7b5d9539654734267fca9e9bb42381da1efafc 100644 (file)
--- a/moment.js
+++ b/moment.js
@@ -1,5 +1,5 @@
 // moment.js
-// version : 1.6.0
+// version : 1.6.1
 // author : Tim Wood
 // license : MIT
 // momentjs.com
@@ -7,7 +7,7 @@
 (function (Date, undefined) {
 
     var moment,
-        VERSION = "1.6.0",
+        VERSION = "1.6.1",
         round = Math.round, i,
         // internal storage for language config files
         languages = {},
index 833686aeb2aa622865e467db74aa05f6f6d7c5ea..c4e9832df514ba1d046cbbb13d70e6bf76e0343a 100755 (executable)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "1.6.0",
+    "version": "1.6.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/)",