diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3b16c..d9c9d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.7.1 +* Fixes the moveend event removal. + ## 1.7.0 * Universal Module Definition. * ClipperLib loaded by NPM diff --git a/VERSION b/VERSION index bd8bf88..943f9cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.7.1 diff --git a/bower.json b/bower.json index 3c94f25..cd29e2c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leaflet-overpass-layer", - "version": "1.7.0", + "version": "1.7.1", "homepage": "https://github.com/GuillaumeAmat/leaflet-overpass-layer", "authors": [ "Karsten Hinz ", diff --git a/package.json b/package.json index b6e7141..ceab731 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet-overpass-layer", "description": "This is an simple way to bring OSM data as POI overlay on your leaflet Map", - "version": "1.7.0", + "version": "1.7.1", "main": "dist/OverPassLayer.min.js", "devDependencies": { "gulp-concat": "^2.5.0",