From: Tim Wood Date: Thu, 26 Apr 2012 22:27:37 +0000 (-0700) Subject: Bumping version number for hotfix X-Git-Tag: 1.6.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d6a96b334345ec5a0d92ed3b3e1d4075bbe819;p=thirdparty%2Fmoment.git Bumping version number for hotfix --- diff --git a/moment.js b/moment.js index 1147aa8d7..6e7b5d953 100644 --- 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 = {}, diff --git a/package.json b/package.json index 833686aeb..c4e9832df 100755 --- a/package.json +++ b/package.json @@ -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 (http://timwoodcreates.com/)",