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

Updated: Rickshaw v1.6.6 -> v1.7.1

This commit is contained in:
nobody
2020-11-14 09:44:02 +01:00
parent 966558f4fc
commit fa8fe69e66
6 changed files with 6 additions and 5 deletions

View File

@@ -357,7 +357,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/redux/4.')) {
return '4.0.5';
} else if (type.startsWith('/rickshaw/1.')) {
return '1.6.6';
return '1.7.1';
} else if (type.startsWith('/scriptaculous/1.')) {
return '1.9.0';
} else if (type.startsWith('/select2/4.')) {