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

Swiper v7.3.2 -> v7.3.3 (#808)

This commit is contained in:
nobody
2021-12-17 06:03:13 +01:00
parent 17ea2212e9
commit b9b37ba24d
6 changed files with 8 additions and 8 deletions

View File

@@ -370,7 +370,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/4.')) return '4.5.1';
if (type.startsWith('/Swiper/5.')) return '5.4.5';
if (type.startsWith('/Swiper/6.')) return '6.8.4';
if (type.startsWith('/Swiper/7.') || type.startsWith('/Swiper/')) return '7.3.2';
if (type.startsWith('/Swiper/7.') || type.startsWith('/Swiper/')) return '7.3.3';
if (type.startsWith('/tether/1.')) return '1.4.7';
if (type.startsWith('/tooltipster/3.')) return '3.3.0';
if (type.startsWith('/tooltipster/4.')) return '4.2.8';