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

Updated: Bootstrap v3.3.7 -> v3.4.1

This commit is contained in:
nobody
2020-11-20 08:55:41 +01:00
parent 336ca813b7
commit f6efcc0ff8
6 changed files with 14 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootbox.js/5.')) {
return '5.4.1';
} else if (type.startsWith('/bootstrap/3.')) {
return '3.3.7';
return '3.4.1';
} else if (type.startsWith('/bootstrap/4.')) {
return '4.5.3';
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {