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

autocomplete.js v0.38.0 -> v0.38.1 (#809)

This commit is contained in:
nobody
2021-12-16 06:39:42 +01:00
parent 7169595fb7
commit 0f961a982a
5 changed files with 7 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/animate.css/3.')) return '3.7.2';
if (type.startsWith('/animate.css/4.')) return '4.1.1';
if (type.startsWith('/animejs/3.')) return '3.2.1';
if (type.startsWith('/autocomplete.js/0.')) return '0.38.0';
if (type.startsWith('/autocomplete.js/0.')) return '0.38.1';
if (type.startsWith('/autocomplete.js/1.')) return '1.1.0';
if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) return '1.2.3';
if (type.startsWith('/angular-translate/2.')) return '2.19.0';