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

Swiper v8.0.3 -> v8.0.5 (#866)

This commit is contained in:
nobody
2022-02-13 07:57:56 +01:00
parent 7551ede3dc
commit 24e6fd7bd1
7 changed files with 20 additions and 20 deletions

View File

@@ -376,7 +376,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/5.')) return '5.4.5';
if (type.startsWith('/Swiper/6.')) return '6.8.4';
if (type.startsWith('/Swiper/7.')) return '7.4.1';
if (type.startsWith('/Swiper/8.') || type.startsWith('/Swiper/')) return '8.0.3';
if (type.startsWith('/Swiper/8.') || type.startsWith('/Swiper/')) return '8.0.5';
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';