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

twitter-bootstrap v5.1.1 -> v5.1.2 (#720)

This commit is contained in:
nobody
2021-10-09 11:46:56 +02:00
parent eb3793aac0
commit 9ff757bf88
8 changed files with 18 additions and 17 deletions

View File

@@ -613,7 +613,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.1.1';
return '5.1.2';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {