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

lightgallery v2.1.8 -> v2.2.0 (#637)

This commit is contained in:
nobody
2021-08-21 06:14:37 +02:00
parent ee9b87cae7
commit 6a9edb5d64
8 changed files with 14 additions and 13 deletions

View File

@@ -436,7 +436,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/lightgallery/1.')) {
return '1.10.0';
} else if (type.startsWith('/lightgallery/2.')) {
return '2.1.8';
return '2.2.0';
} else if (type.startsWith('/lodash.js/3.')) {
return '3.10.1';
} else if (type.startsWith('/lodash.js/4.')) {