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

Updated: bulma v0.9.2 -> v0.9.3 (#528)

This commit is contained in:
nobody
2021-06-19 07:33:49 +02:00
parent 4a1780f343
commit 6ae0fd7eeb
5 changed files with 4 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ targets.setLastVersion = function (type, version) {
if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4';
return '2.11.0';
} else if (type.startsWith('/bulma/0.')) {
return '0.9.2';
return '0.9.3';
} else if (type.startsWith('/bxslider/4.')) {
return '4.2.15';
} else if (type.startsWith('/Chart.js/2.')) {