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

Swiper v7.0.6 -> v7.0.7 (#705)

This commit is contained in:
nobody
2021-10-01 05:50:53 +02:00
parent 46686f4cc5
commit 22c8058a68
6 changed files with 8 additions and 7 deletions

View File

@@ -595,7 +595,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.6';
return '7.0.7';
} else if (type.startsWith('/tether/1.')) {
return '1.4.7';
} else if (type.startsWith('/tooltipster/3.')) {