]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bump version to 2.9.0
authorIskren Chernev <iskren.chernev@gmail.com>
Fri, 2 Jan 2015 15:17:15 +0000 (17:17 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Fri, 2 Jan 2015 15:17:15 +0000 (17:17 +0200)
bower.json
component.json
moment.js
package.json

index 2a6e8eb13b869d799ce3a950ad7ec2dc420a53db..ab8ee66afa7fd4b5cfacc2e4b5010e68f6770760 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.8.4",
+  "version": "2.9.0",
   "main": "moment.js",
   "ignore": [
     "**/.*",
index da6bf427471cf5b125ad37b8f45638bc04a5fed7..bd3928b11aacb74b8db6aca1f73dc2fb3b875f99 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.8.4",
+  "version": "2.9.0",
   "main": "moment.js",
   "description": "Parse, validate, manipulate, and display dates in JavaScript.",
   "files": [
index 7033f78a6f613d4c27d1eaa44fffd22f9d7cfb8e..c635ec0b356079d988d10ecba7db39ad4559dd97 100644 (file)
--- a/moment.js
+++ b/moment.js
@@ -1,5 +1,5 @@
 //! moment.js
-//! version : 2.8.4
+//! version : 2.9.0
 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
 //! license : MIT
 //! momentjs.com
@@ -10,7 +10,7 @@
     ************************************/
 
     var moment,
-        VERSION = '2.8.4',
+        VERSION = '2.9.0',
         // the global-scope this is NOT the global object in Node.js
         globalScope = (typeof global !== 'undefined' && (typeof window === 'undefined' || window === global.window)) ? global : this,
         oldGlobalMoment,
index 7584f398e2fb0d244e2e5b15965a4eab6759eb89..5520d157936bb2e0d0e31260cb1f307657ef2f14 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "2.8.4",
+    "version": "2.9.0",
     "description": "Parse, validate, manipulate, and display dates",
     "homepage": "http://momentjs.com",
     "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",