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

instantsearch.js v4.31.0 -> v4.32.0 (#742)

This commit is contained in:
nobody
2021-10-23 10:31:58 +02:00
parent 2907e920c4
commit e3deaeeca3
5 changed files with 6 additions and 5 deletions

View File

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