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

bootswatch (flatly) v3.4.0 (#689)

This commit is contained in:
nobody
2021-09-23 08:20:01 +02:00
parent fbbbed923c
commit df23637e2d
6 changed files with 20 additions and 0 deletions

View File

@@ -224,6 +224,8 @@ targets.setLastVersion = function (type, version) {
return '2.21.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/bootswatch/3.')) {
return '3.4.0';
} else if (type.startsWith('/bowser/')) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';