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

Added: algoliasearch v4.6.0

This commit is contained in:
nobody
2020-11-08 20:07:17 +01:00
parent 7a2140f509
commit 120ba454b9
4 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/algoliasearch/3.')) {
return '3.35.1';
} else if (type.startsWith('/algoliasearch/4.')) {
return '4.6.0';
} else if (type.startsWith('/anchor-js/3.')) {
return '3.2.2';
} else if (type.startsWith('/anchor-js/4.')) {