diff --git a/composer.json b/composer.json index e30004b3..d0212381 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "moment/moment-timezone", "description": "Parse and display dates in any timezone", - "version": "0.5.35", + "version": "0.5.36", "keywords": [ "moment", "date", diff --git a/moment-timezone-utils.js b/moment-timezone-utils.js index 8baf5ca2..4cbff29b 100644 --- a/moment-timezone-utils.js +++ b/moment-timezone-utils.js @@ -1,5 +1,5 @@ //! moment-timezone-utils.js -//! version : 0.5.35 +//! version : 0.5.36 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone diff --git a/moment-timezone.js b/moment-timezone.js index 768d6bfd..259a8eae 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -1,5 +1,5 @@ //! moment-timezone.js -//! version : 0.5.35 +//! version : 0.5.36 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone @@ -29,7 +29,7 @@ // return moment; // } - var VERSION = "0.5.35", + var VERSION = "0.5.36", zones = {}, links = {}, countries = {}, diff --git a/package-lock.json b/package-lock.json index 4f9d3e9e..c7d1f4f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.35", + "version": "0.5.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05938be1..defdfc0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.35", + "version": "0.5.36", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)",