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

bootswatch v5.1.2 -> v5.1.3 (#721)

This commit is contained in:
nobody
2021-10-16 08:30:33 +02:00
parent 7145a5a617
commit aa9b93198b
5 changed files with 15 additions and 15 deletions

View File

@@ -205,7 +205,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootswatch/4.')) {
return '4.6.0';
} else if (type.startsWith('/bootswatch/5.')) {
return '5.1.2';
return '5.1.3';
} else if (type.startsWith('/bowser/')) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';