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

leaflet v1.9.3 -> v1.9.4 (#1426)

This commit is contained in:
nobody
2023-05-20 17:58:37 +02:00
parent abb08156c8
commit b9af867d43
11 changed files with 16 additions and 10 deletions

View File

@@ -307,7 +307,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/leaflet/0.')) return '0.7.7';
if (type.startsWith('/leaflet/1.')) {
if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1
return '1.9.3';
return '1.9.4';
}
if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0';
if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2';