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

Updated: Bootstrap v4.5.3 -> v4.6.0 (#237)

This commit is contained in:
nobody
2021-01-22 06:18:07 +01:00
parent ef97e691bf
commit c176bf5322
7 changed files with 16 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
else return '3.4.1';
} else if (type.startsWith('/bootstrap/4.')) {
return '4.5.3';
return '4.6.0';
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {
return '2.1.27';
} else if (type.startsWith('/bootstrap-daterangepicker/3.')) {