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

bxslider v4.2.15 -> v4.2.17

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

View File

@@ -166,7 +166,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/bulma/0.')) 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('/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';
if (type.startsWith('/Chart.js/4.')) return '4.4.1';