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

Updated: angular-ui-select v0.19.8 (#367)

This commit is contained in:
nobody
2021-04-10 06:27:36 +02:00
parent e284afa339
commit 487d78c811
6 changed files with 14 additions and 11 deletions

View File

@@ -135,7 +135,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/angular-ui-utils/0.')) {
return '0.1.1';
} else if (type.startsWith('/angular-ui-select/0.')) {
return '0.20.0';
return '0.19.8';
} else if (type.startsWith('/angular-sanitize/1.')) {
return '1.7.9';
} else if (type.startsWith('/angucomplete-alt/3.')) {