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

Updated: instantsearch.js v4.14.1 -> v4.14.2 (#270)

This commit is contained in:
nobody
2021-02-18 06:36:44 +01:00
parent 7fa106adb9
commit 1724191dc6
3 changed files with 4 additions and 4 deletions

View File

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