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

twitter-bootstrap v5.2.0 -> v5.2.1 (#1130)

This commit is contained in:
nobody
2022-09-09 05:51:44 +02:00
parent 5201ade286
commit 9e55e4cd38
8 changed files with 18 additions and 17 deletions

View File

@@ -442,7 +442,7 @@ targets.setLastVersion = function (type, version) {
return '3.4.1';
}
if (type.startsWith('/twitter-bootstrap/4.')) return '4.6.1';
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.0';
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.1';
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.4';