diff --git a/README.md b/README.md index 931ffc8..235dcd9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ It should virtually be compatible with any LayerGroup plugin, not only MarkerClu ### Installing the sub-plugin #### Local copy -1. Download the "`leaflet.featuregroup.subgroup.js`" file from the [`v1.0.1` release](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/tag/v1.0.1). +1. Download the "`leaflet.featuregroup.subgroup.js`" file from the [`v1.0.2` release](https://github.com/ghybs/Leaflet.FeatureGroup.SubGroup/releases/tag/v1.0.2). 2. Place the file alongside your page. 3. Add the `script` tag (see [Quick Guide > HTML](#quick-guide)) to your page after Leaflet script. @@ -78,7 +78,7 @@ You can alternatively use the free [unpkg](https://unpkg.com) CDN service, but k ```html - + ``` diff --git a/package.json b/package.json index ef8bbf5..5bb7e2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet.featuregroup.subgroup", "_name": "Leaflet.FeatureGroup.SubGroup", - "version": "1.0.1", + "version": "1.0.2", "_year": "2015-2017", "description": "Creates a Leaflet Feature Group that adds its child layers into a parent group when added to a map", "main": "dist/leaflet.featuregroup.subgroup",