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

Updated: Swiper v6.3.5 -> v6.4.10 (#262)

This commit is contained in:
nobody
2021-02-02 05:53:49 +01:00
parent 7630c22d75
commit 2645c2eba7
7 changed files with 29 additions and 28 deletions

View File

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