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

slider-pro v1.6.1 -> v1.6.2 (#1303)

This commit is contained in:
nobody
2023-01-20 19:09:21 +01:00
parent 46d39d959b
commit d61f4896b1
5 changed files with 11 additions and 10 deletions

View File

@@ -423,7 +423,7 @@ targets.setLastVersion = function (type, version) {
return '1.9.0';
}
if (type.startsWith('/slick-lightbox/0.')) return '0.2.12';
if (type.startsWith('/slider-pro/1.')) return '1.6.1';
if (type.startsWith('/slider-pro/1.')) return '1.6.2';
if (type.startsWith('/snowplow/2.')) return '2.18.2';
if (type.startsWith('/socket.io/2.')) return '2.4.0';
if (type.startsWith('/socket.io/3.')) return '3.1.3';