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

Update: Swiper v6.5.7 -> v6.5.8 (#382)

This commit is contained in:
nobody
2021-04-24 06:04:02 +02:00
parent 6c038b9922
commit 4cc1d7d0c2
6 changed files with 9 additions and 9 deletions

View File

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