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

twitter-bootstrap v5.0.2 -> v5.1.0 (#610)

This commit is contained in:
nobody
2021-08-05 06:12:03 +02:00
parent 2dca7b05fa
commit a652533f41
8 changed files with 18 additions and 17 deletions

View File

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