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

instantsearch.js v4.25.3 -> v4.26.0 (#604)

This commit is contained in:
nobody
2021-08-13 06:22:12 +02:00
parent a2ab86d612
commit ce156d779d
5 changed files with 6 additions and 6 deletions

View File

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