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

Updated: Swiper v5.4.2 -> v5.4.5 (#160)

This commit is contained in:
nobody
2020-11-03 20:39:51 +01:00
parent 89eadc2899
commit 33ea9ccf06
5 changed files with 18 additions and 17 deletions

View File

@@ -594,7 +594,7 @@ helpers.setLastVersion = function (type, version) {
} else if (type.includes('/swiper/4.')) {
return '4.5.1';
} else if (type.includes('/swiper/5.')) {
return '5.4.2';
return '5.4.5';
} else if (type.includes('/tether/1.')) {
return '1.4.7';
} else if (type.includes('/tooltipster/3.')) {