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

bulma v1.0.1 -> v1.0.2

This commit is contained in:
nobody
2024-08-10 07:27:29 +02:00
parent 0af843e79a
commit 460a31733e
5 changed files with 6 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ targets.setLastVersion = function (type, version) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';
}
if (type.startsWith('/bulma/0.') || type.startsWith('/bulma/1.')) return '1.0.1';
if (type.startsWith('/bulma/0.') || type.startsWith('/bulma/1.')) return '1.0.2';
if (type.startsWith('/bxslider/4.')) return '4.2.17';
if (type.startsWith('/Chart.js/2.')) return '2.9.4';
if (type.startsWith('/Chart.js/3.')) return '3.9.1';