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

Updated: Chart.js v3.4.0 -> v3.4.1 (#542)

This commit is contained in:
nobody
2021-07-05 06:32:43 +02:00
parent de31aa3999
commit 6a6e78c902
6 changed files with 16 additions and 16 deletions

View File

@@ -223,7 +223,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.4.0';
return '3.4.1';
} else if (type.startsWith('/chosen/1.')) {
return '1.8.7';
} else if (type.startsWith('/clipboard.js/1.')) {