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

Swiper v6.8.2 -> v6.8.3 (#634)

This commit is contained in:
nobody
2021-08-21 06:11:22 +02:00
parent b8e1ff8748
commit 529025d7fd
6 changed files with 8 additions and 8 deletions

View File

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