1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

moment.js v2.29.2 -> v2.29.3 (#946)

This commit is contained in:
nobody
2022-04-18 06:58:59 +02:00
parent 78a1c0370b
commit b02ba9a0f3
5 changed files with 8 additions and 4 deletions

View File

@@ -311,7 +311,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mobile/1.')) return '1.4.5';
if (type.startsWith('/Modaal/0.')) return '0.4.4';
if (type.startsWith('/modernizr/2.')) return '2.8.3';
if (type.startsWith('/moment.js/2.')) return '2.29.2';
if (type.startsWith('/moment.js/2.')) return '2.29.3';
if (type.startsWith('/mootools/1.')) {
if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5
return '1.6.0';