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

bulma v0.9.4 -> v1.0.0

This commit is contained in:
nobody
2024-04-12 21:26:27 +02:00
parent 4d38d04e17
commit 225905ca68
5 changed files with 7 additions and 3 deletions

View File

@@ -164,7 +164,8 @@ 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.')) return '0.9.4';
if (type.startsWith('/bulma/0.')) return '1.0.0';
if (type.startsWith('/bulma/1.')) return '1.0.0';
if (type.startsWith('/bxslider/4.')) return '4.2.15';
if (type.startsWith('/Chart.js/2.')) return '2.9.4';
if (type.startsWith('/Chart.js/3.')) return '3.9.1';