Skip to content

Commit

Permalink
moment 2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Dec 27, 2023
1 parent 7371a81 commit 44ff5a7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion downloads/moment-with-locales.js
Original file line number Diff line number Diff line change
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 downloads/moment-with-locales.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions downloads/moment.js
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion downloads/moment.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
</div>
<div class="hero-title">
<h1>Moment.js <span>2.30.0</span></h1>
<h1>Moment.js <span>2.30.1</span></h1>
<h2>Parse, validate, manipulate, and display dates and times in JavaScript.</h2>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/js/core-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8510,7 +8510,7 @@ QUnit.config.autostart = false;

//! moment.js

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

setHookCallback(createLocal);

Expand Down
4 changes: 2 additions & 2 deletions static/js/global.js
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion static/js/global.min.js

Large diffs are not rendered by default.

0 comments on commit 44ff5a7

Please sign in to comment.