From 0bb5ecccfa2daab449e6cab57f9923bf8520f020 Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sun, 13 Nov 2022 14:39:47 +1100 Subject: [PATCH] Bump version to 0.5.39 --- composer.json | 2 +- moment-timezone-utils.js | 2 +- moment-timezone.js | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 81ecfabe..1aa265bf 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.38", + "version": "0.5.39", "keywords": [ "moment", "date", diff --git a/moment-timezone-utils.js b/moment-timezone-utils.js index 9e437284..371110b1 100644 --- a/moment-timezone-utils.js +++ b/moment-timezone-utils.js @@ -1,5 +1,5 @@ //! moment-timezone-utils.js -//! version : 0.5.38 +//! version : 0.5.39 //! 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 d03fdf18..423a0d7a 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -1,5 +1,5 @@ //! moment-timezone.js -//! version : 0.5.38 +//! version : 0.5.39 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone @@ -29,7 +29,7 @@ // return moment; // } - var VERSION = "0.5.38", + var VERSION = "0.5.39", zones = {}, links = {}, countries = {}, diff --git a/package-lock.json b/package-lock.json index 9fef783b..daa02d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moment-timezone", - "version": "0.5.38", + "version": "0.5.39", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "moment-timezone", - "version": "0.5.38", + "version": "0.5.39", "license": "MIT", "dependencies": { "moment": ">= 2.9.0" diff --git a/package.json b/package.json index ae7a4ab3..83b776c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.38", + "version": "0.5.39", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)",