Skip to content

Commit

Permalink
Build 2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Dec 27, 2023
1 parent e048b09 commit 485d9a7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/moment.js
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.30.0
//! version : 2.30.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -5632,7 +5632,7 @@ addParseToken('x', function (input, array, config) {

//! moment.js

hooks.version = '2.30.0';
hooks.version = '2.30.1';

setHookCallback(createLocal);

Expand Down
2 changes: 1 addition & 1 deletion min/moment-with-locales.js
Expand Up @@ -5632,7 +5632,7 @@

//! moment.js

hooks.version = '2.30.0';
hooks.version = '2.30.1';

setHookCallback(createLocal);

Expand Down
2 changes: 1 addition & 1 deletion min/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/moment.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions moment.js
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.30.0
//! version : 2.30.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -5638,7 +5638,7 @@

//! moment.js

hooks.version = '2.30.0';
hooks.version = '2.30.1';

setHookCallback(createLocal);

Expand Down

0 comments on commit 485d9a7

Please sign in to comment.