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

Updated: instantsearch v4.21.0 -> v4.22.0 (#450)

This commit is contained in:
nobody
2021-05-06 07:08:08 +02:00
parent 3d3d4dc5a8
commit 7d91d370d0
4 changed files with 5 additions and 4 deletions

View File

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