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

Updated: autocomplete.js v0.37.1 -> v0.38.0

This commit is contained in:
nobody
2020-11-14 09:10:18 +01:00
parent 732293bb92
commit 20ea603f86
3 changed files with 4 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/animate.css/4.')) {
return '4.1.1';
} else if (type.startsWith('/autocomplete.js/')) {
return '0.37.1';
return '0.38.0';
} else if (type.startsWith('/angular-material/1.')) {
return '1.2.1';
} else if (type.startsWith('/angular-material/0.')) {