From 450ca6304ba62baf27817ed7840828eee4e3b0c5 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Thu, 25 Aug 2022 16:12:19 +0300 Subject: [PATCH] Bump version to 0.5.37 --- composer.json | 2 +- moment-timezone-utils.js | 2 +- moment-timezone.js | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d0212381..1aa7a8ed 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.36", + "version": "0.5.37", "keywords": [ "moment", "date", diff --git a/moment-timezone-utils.js b/moment-timezone-utils.js index 4cbff29b..73d088a0 100644 --- a/moment-timezone-utils.js +++ b/moment-timezone-utils.js @@ -1,5 +1,5 @@ //! moment-timezone-utils.js -//! version : 0.5.36 +//! version : 0.5.37 //! 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 259a8eae..c92539d4 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -1,5 +1,5 @@ //! moment-timezone.js -//! version : 0.5.36 +//! version : 0.5.37 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone @@ -29,7 +29,7 @@ // return moment; // } - var VERSION = "0.5.36", + var VERSION = "0.5.37", zones = {}, links = {}, countries = {}, diff --git a/package-lock.json b/package-lock.json index c7d1f4f0..a304b41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.36", + "version": "0.5.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index defdfc0a..d9c60b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.36", + "version": "0.5.37", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)",