From cd35dc6e3c806c91d46e7e6bc5039505f73052f3 Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sat, 25 Feb 2023 17:13:55 +1100 Subject: [PATCH] Bump version to 0.5.41 --- composer.json | 2 +- moment-timezone.js | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9eeab0fc..7ddde94f 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.40", + "version": "0.5.41", "keywords": [ "moment", "date", diff --git a/moment-timezone.js b/moment-timezone.js index 6b519d5d..6b448469 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -1,5 +1,5 @@ //! moment-timezone.js -//! version : 0.5.40 +//! version : 0.5.41 //! Copyright (c) JS Foundation and other contributors //! license : MIT //! github.com/moment/moment-timezone @@ -29,7 +29,7 @@ // return moment; // } - var VERSION = "0.5.40", + var VERSION = "0.5.41", zones = {}, links = {}, countries = {}, diff --git a/package-lock.json b/package-lock.json index ded0e2e0..fb119bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moment-timezone", - "version": "0.5.40", + "version": "0.5.41", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "moment-timezone", - "version": "0.5.40", + "version": "0.5.41", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/package.json b/package.json index 10196c7e..f4ec8139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moment-timezone", - "version": "0.5.40", + "version": "0.5.41", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood (http://timwoodcreates.com/)",