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

clappr v0.4.6 -> v0.4.7 (#792)

This commit is contained in:
nobody
2021-12-04 08:00:17 +01:00
parent 60ae52d3c9
commit 1026d85c51
4 changed files with 5 additions and 4 deletions

View File

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