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

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

This commit is contained in:
nobody
2021-10-13 17:29:40 +02:00
parent 9f21231c97
commit f01fb3e347
7 changed files with 13 additions and 13 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.2';
return '5.1.3';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {