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

Updated: instantsearch.js v4.8.5 -> v4.8.6

This commit is contained in:
nobody
2020-11-18 06:16:07 +01:00
parent c0272e9e05
commit b2d25fef63
3 changed files with 4 additions and 3 deletions

View File

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