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

twitter-bootstrap v4.6.0 -> v4.6.1 (#748)

This commit is contained in:
nobody
2021-10-29 06:14:06 +02:00
parent 2612732dec
commit dcf380137f
8 changed files with 18 additions and 17 deletions

View File

@@ -611,7 +611,7 @@ targets.setLastVersion = function (type, version) {
else if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
else return '3.4.1';
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';
return '4.6.1';
} else if (type.startsWith('/twitter-bootstrap/5.')) {
return '5.1.3';
} else if (type.startsWith('/underscore.js/1.')) {