Skip to content

Commit

Permalink
Bump version to 0.5.37
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Aug 25, 2022
1 parent 95f1a9b commit 450ca63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -29,7 +29,7 @@
// return moment;
// }

var VERSION = "0.5.36",
var VERSION = "0.5.37",
zones = {},
links = {},
countries = {},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <washwithcare@gmail.com> (http://timwoodcreates.com/)",
Expand Down

0 comments on commit 450ca63

Please sign in to comment.