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

Update: lazysizes v5.3.1 -> v5.3.2 (#401)

This commit is contained in:
nobody
2021-04-23 18:23:41 +02:00
parent 5ee4d194ee
commit 0af7b23090
4 changed files with 4 additions and 3 deletions

View File

@ -375,7 +375,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/lazysizes/4.')) {
return '4.1.8';
} else if (type.startsWith('/lazysizes/5.')) {
return '5.3.1';
return '5.3.2';
} else if (type.startsWith('/leaflet/0.')) {
return '0.7.7';
} else if (type.startsWith('/leaflet/1.')) {