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

Update: Chart.js v3.1.1 -> v3.2.0 (#380)

This commit is contained in:
nobody
2021-04-25 07:01:52 +02:00
parent 5d0cc06db1
commit e3f4c4a0d7
6 changed files with 16 additions and 16 deletions

View File

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