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

Swiper v6.5.9 -> v6.6.1 (#433)

This commit is contained in:
nobody
2021-05-18 06:05:05 +02:00
parent 8d2e5a2602
commit e9c4a003d0
7 changed files with 20 additions and 20 deletions

View File

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