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

Swiper v7.0.2 -> v7.0.3 (#653)

This commit is contained in:
nobody
2021-09-06 05:32:13 +02:00
parent 725eb19bb1
commit 3fe9ec6426
6 changed files with 9 additions and 9 deletions

View File

@@ -599,7 +599,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/Swiper/6.')) {
return '6.8.4';
} else if (type.startsWith('/Swiper/7.') || type.startsWith('/Swiper/')) {
return '7.0.2';
return '7.0.3';
} else if (type.startsWith('/tether/1.')) {
return '1.4.7';
} else if (type.startsWith('/tooltipster/3.')) {