From: Iskren Chernev Date: Thu, 12 Jun 2014 06:59:31 +0000 (-0700) Subject: Bump version to 2.7.0 X-Git-Tag: 2.7.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95e34069cfe6fa5a74bae4a6417b56ce02a2f4a;p=thirdparty%2Fmoment.git Bump version to 2.7.0 --- diff --git a/bower.json b/bower.json index e67f55e40..c022d6754 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "moment", - "version": "2.6.0", + "version": "2.7.0", "main": "moment.js", "ignore": [ "**/.*", diff --git a/component.json b/component.json index 3743a7072..1c3ccb081 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "moment", - "version": "2.6.0", + "version": "2.7.0", "main": "moment.js", "description": "Parse, validate, manipulate, and display dates in javascript.", "files": [ diff --git a/moment.js b/moment.js index b66e1592f..83282c6fd 100644 --- a/moment.js +++ b/moment.js @@ -1,5 +1,5 @@ //! moment.js -//! version : 2.6.0 +//! version : 2.7.0 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT //! momentjs.com @@ -11,7 +11,7 @@ ************************************/ var moment, - VERSION = "2.6.0", + VERSION = "2.7.0", // the global-scope this is NOT the global object in Node.js globalScope = typeof global !== 'undefined' ? global : this, oldGlobalMoment, diff --git a/package.json b/package.json index 5d8ae46eb..246543216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment", - "version": "2.6.0", + "version": "2.7.0", "description": "Parse, manipulate, and display dates.", "homepage": "http://momentjs.com", "author": "Iskren Ivov Chernev (https://github.com/ichernev)",