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

Updated: angular-material v1.2.1 -> v1.2.2 (#363)

This commit is contained in:
nobody
2021-04-09 06:17:38 +02:00
parent 6fd968f48f
commit fb4553d509
7 changed files with 18 additions and 19 deletions

View File

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