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

Updated: Chart.js v3.3.1 -> v3.3.2 (#471)

This commit is contained in:
nobody
2021-05-31 06:51:23 +02:00
parent bf150a24b2
commit fab69d041f
5 changed files with 5 additions and 5 deletions

View File

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