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

bulma v1.0.0 -> v1.0.1

This commit is contained in:
nobody
2024-05-30 10:16:07 +02:00
parent 8157d958db
commit 50a9d64c02
5 changed files with 6 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ targets.setLastVersion = function (type, version) {
return '2.11.0';
}
if (type.startsWith('/bulma/0.')) return '1.0.0';
if (type.startsWith('/bulma/1.')) return '1.0.0';
if (type.startsWith('/bulma/1.')) return '1.0.1';
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';