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

angular-ui-router v1.0.29 -> v1.0.30 (#790)

This commit is contained in:
nobody
2021-12-04 07:55:58 +01:00
parent 4e7379f73d
commit 896746b4cb
5 changed files with 15 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ targets.setLastVersion = function (type, version) {
return '2.5.6';
} 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.29'; // > 0.4.3
else return '1.0.30'; // > 0.4.3
} else if (type.startsWith('/angular-ui-utils/0.')) {
return '0.1.1';
} else if (type.startsWith('/angular-ui-select/0.')) {