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

Updated: Bootstrap v5.0.0 -> v5.0.1 (#447)

This commit is contained in:
nobody
2021-05-20 06:16:21 +02:00
parent f853916957
commit bf0af0dff8
7 changed files with 13 additions and 11 deletions

View File

@@ -566,7 +566,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';
} else if (type.startsWith('/twitter-bootstrap/5.')) {
return '5.0.0';
return '5.0.1';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {