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

lightgallery v2.2.0 -> v2.2.1 (#665)

This commit is contained in:
nobody
2021-09-06 05:50:55 +02:00
parent e985b0ecda
commit a45f3e2679
6 changed files with 6 additions and 5 deletions

View File

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