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

twitter-bootstrap v5.3.1 -> v5.3.2 (#1536)

This commit is contained in:
nobody
2023-09-21 18:37:30 +02:00
parent 1f479f0952
commit a2f3611d03
7 changed files with 12 additions and 11 deletions

View File

@@ -465,7 +465,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('4.4.1', version)) return '4.4.1'; // <= 4.4.1
return '4.6.1';
}
if (type.startsWith('/twitter-bootstrap/5.')) return '5.3.1';
if (type.startsWith('/twitter-bootstrap/5.')) return '5.3.2';
if (type.startsWith('/twix.js/0.')) return '0.3.0';
if (type.startsWith('/twix.js/1.')) return '1.3.0';
if (type.startsWith('/underscore.js/1.')) return '1.13.6';