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

Swiper v7.3.0 -> v7.3.1 (#779)

This commit is contained in:
nobody
2021-11-25 06:12:08 +01:00
parent 4747e9239d
commit 50309a3a10
7 changed files with 20 additions and 20 deletions

View File

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