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

bootswatch v5.2.1 -> v5.2.2 (#1169)

This commit is contained in:
nobody
2022-10-14 06:52:42 +02:00
parent 6e8e3c878e
commit dcebef9c6b
5 changed files with 15 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';
if (type.startsWith('/bootswatch/3.')) return '3.4.0';
if (type.startsWith('/bootswatch/4.')) return '4.6.1';
if (type.startsWith('/bootswatch/5.')) return '5.2.1';
if (type.startsWith('/bootswatch/5.')) return '5.2.2';
if (type.startsWith('/bowser/')) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';