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

bootswatch v4.6.0 -> v4.6.1 (#753)

This commit is contained in:
nobody
2021-11-01 07:56:58 +01:00
parent d83c78f131
commit 188d95f74f
5 changed files with 15 additions and 14 deletions

View File

@@ -203,7 +203,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bootswatch/3.')) {
return '3.4.0';
} else if (type.startsWith('/bootswatch/4.')) {
return '4.6.0';
return '4.6.1';
} else if (type.startsWith('/bootswatch/5.')) {
return '5.1.3';
} else if (type.startsWith('/bowser/')) {