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

findify-bundle v7.1.73 -> v7.1.75 (#1221)

This commit is contained in:
nobody
2022-12-03 06:32:01 +01:00
parent 2dc8c14086
commit 079a2e68ea
13 changed files with 12 additions and 12 deletions

View File

@ -202,7 +202,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/findify')) {
if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15
if (helpers.compareVersion('6.17.0', version)) return '6.17.0'; // > 6.9.15 to <= 6.17.0
return '7.1.73';
return '7.1.75';
}
if (type.startsWith('/fancybox/2.')) return '2.1.7';
if (type.startsWith('/fancybox/3.')) return '3.5.7';