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

AngularUI Router v1.0.25 -> v1.0.28

This commit is contained in:
nobody
2020-11-14 09:07:31 +01:00
parent 81aa60a714
commit be202a7775
4 changed files with 14 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ targets.setLastVersion = function (type, version) {
return '1.3.3'; // > v0.14.0
} else if (type.startsWith('/angular-ui-router/')) {
if (helpers.compareVersion('0.4.3', version)) return '0.4.3'; // <= 0.4.3
else return '1.0.25'; // > 0.4.3
else return '1.0.28'; // > 0.4.3
} else if (type.startsWith('/angular-ui-utils/0.')) {
return '0.1.1';
} else if (type.startsWith('/angular-ui-select/0.')) {