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

Updated: instantsearch.js v4.16.1 -> v4.18.0 (#330)

This commit is contained in:
nobody
2021-03-25 06:40:04 +01:00
parent 8d79a24652
commit 1b4e01bff4
5 changed files with 6 additions and 5 deletions

View File

@@ -280,7 +280,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.16.1';
return '4.18.0';
} else if (type.startsWith('/iScroll/5.')) {
return '5.2.0';
} else if (type.startsWith('/jets/0.')) {