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

ngx-bootstrap v7.1.0 -> v7.1.1 (#671)

This commit is contained in:
nobody
2021-09-11 19:42:20 +02:00
parent ccf07f712a
commit 1cea2e74c5
4 changed files with 7 additions and 2 deletions

View File

@@ -480,7 +480,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/ngx-bootstrap/6.')) {
return '6.2.0';
} else if (type.startsWith('/ngx-bootstrap/7.')) {
return '7.1.0';
return '7.1.1';
} else if (type.startsWith('/noUiSlider/14.')) {
return '14.7.0';
} else if (type.startsWith('/noUiSlider/15.')) {