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

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

This commit is contained in:
nobody
2021-04-18 07:17:51 +02:00
parent d1256f6bab
commit 3a1427c5d0
8 changed files with 22 additions and 21 deletions

View File

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