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

Swiper v8.1.6 -> v8.2.1 (#1011)

This commit is contained in:
nobody
2022-06-01 06:16:42 +02:00
parent b1990313f2
commit 31cbb01361
8 changed files with 31 additions and 30 deletions

View File

@@ -402,7 +402,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.1.6';
if (type.startsWith('/Swiper/8.') || type.startsWith('/Swiper/')) return '8.2.1';
if (type.startsWith('/tether/1.')) return '1.4.7';
if (type.startsWith('/tinymce/5.')) return '5.10.5';
if (type.startsWith('/tinymce/6.')) return '6.0.3';