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

Updated: autocomplete.js v1.1.0 (#520)

This commit is contained in:
nobody
2021-06-15 05:46:52 +02:00
parent 65b1ef1aaf
commit 02a54b9000
6 changed files with 17 additions and 0 deletions

View File

@@ -157,6 +157,8 @@ targets.setLastVersion = function (type, version) {
return '3.2.1';
} else if (type.startsWith('/autocomplete.js/0.')) {
return '0.38.0';
} else if (type.startsWith('/autocomplete.js/1.')) {
return '1.1.0';
} else if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) {
return '1.2.2';
} else if (type.startsWith('/angular-translate/2.')) {