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

bulma v0.9.3 -> v0.9.4 (#986)

This commit is contained in:
nobody
2022-05-10 06:08:08 +02:00
parent b8c06334bb
commit 4a1f4e5076
5 changed files with 4 additions and 3 deletions

View File

@@ -155,7 +155,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.')) return '0.9.3';
if (type.startsWith('/bulma/0.')) return '0.9.4';
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.7.1';