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

Updated: Swiper v6.7.1 -> v6.7.5 (#535)

This commit is contained in:
nobody
2021-07-02 06:25:04 +02:00
parent 3218f9ed2e
commit 3aeb4003c5
6 changed files with 9 additions and 9 deletions

View File

@@ -574,7 +574,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/Swiper/5.')) {
return '5.4.5';
} else if (type.startsWith('/Swiper/6.') || type.startsWith('/Swiper/')) {
return '6.7.1';
return '6.7.5';
} else if (type.startsWith('/tether/1.')) {
return '1.4.7';
} else if (type.startsWith('/tooltipster/3.')) {