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

Swiper v9.0.0 -> v9.0.2 (#1319)

This commit is contained in:
nobody
2023-02-04 06:17:11 +01:00
parent e7ed6f621b
commit 171bbb0dba
7 changed files with 20 additions and 20 deletions

View File

@@ -444,7 +444,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/6.')) return '6.8.4';
if (type.startsWith('/Swiper/7.')) return '7.4.1';
if (type.startsWith('/Swiper/8.')) return '8.4.7';
if (type.startsWith('/Swiper/9.') || type.startsWith('/Swiper/')) return '9.0.0';
if (type.startsWith('/Swiper/9.') || type.startsWith('/Swiper/')) return '9.0.2';
if (type.startsWith('/tensorflow/2.')) return '4.2.0';
if (type.startsWith('/tensorflow/3.')) return '4.2.0';
if (type.startsWith('/tensorflow/4.')) return '4.2.0';