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

Chart.js v3.6.0 -> v3.6.1 (#788)

This commit is contained in:
nobody
2021-12-04 07:52:47 +01:00
parent f0baf0e81b
commit f13f43e535
6 changed files with 19 additions and 15 deletions

View File

@@ -216,7 +216,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/Chart.js/2.')) {
return '2.9.4';
} else if (type.startsWith('/Chart.js/3.')) {
return '3.6.0';
return '3.6.1';
} else if (type.startsWith('/clappr/0.') || type.startsWith('/clappr/latest/')) {
return '0.4.6';
} else if (type.startsWith('/chosen/1.')) {