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

Updated: Angular Material v1.1.21 -> v1.2.1

This commit is contained in:
nobody
2020-11-14 09:05:41 +01:00
parent 4138996cc4
commit 81aa60a714
6 changed files with 16 additions and 15 deletions

View File

@@ -102,9 +102,9 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/autocomplete.js/')) {
return '0.37.1';
} else if (type.startsWith('/angular-material/1.')) {
return '1.1.21';
return '1.2.1';
} else if (type.startsWith('/angular-material/0.')) {
return '1.1.21';
return '1.2.1';
} else if (type.startsWith('/angular-translate/2.')) {
return '2.7.2';
} else if (type.startsWith('/angular-translate-loader-static-files/2.')) {