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

leaflet.markercluster v1.5.0 -> v1.5.1 (#652)

This commit is contained in:
nobody
2021-08-29 08:21:39 +02:00
parent d47ef04b5d
commit 31694fe4cf
5 changed files with 5 additions and 4 deletions

View File

@@ -427,7 +427,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) {
return '1.0.2';
} else if (type.startsWith('/leaflet.markercluster/1.')) {
return '1.5.0';
return '1.5.1';
} else if (type.startsWith('/libphonenumber-js/1.')) {
return '1.9.25';
} else if (type.startsWith('/libsodium-wrappers/0.')) {