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

Updated: instantsearch.js v4.9.0 -> v4.9.1 (#199)

This commit is contained in:
nobody
2020-12-08 19:50:14 +01:00
parent ac7f1cf4d7
commit a95e39ff83
4 changed files with 5 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/instantsearch.js/3.')) {
return '3.7.0';
} else if (type.startsWith('/instantsearch.js/4.')) {
return '4.9.0';
return '4.9.1';
} else if (type.startsWith('/iScroll/5.')) {
return '5.2.0';
} else if (type.startsWith('/jets/0.')) {