Skip to content

Commit

Permalink
📦 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jan 1, 2016
1 parent eb1f20b commit 7091129
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 1.0.2

### Fixed

* Make sure appropriate behavior is encountered when removing feature layers from the map while web requests are pending. #691

## 1.0.1

Fixed
### Fixed

* Ensure that we never try to remove the Esri logo from a map twice https://github.com/Esri/esri-leaflet/issues/667

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "v1.0.1",
"version": "v1.0.2",
"main": "dist/esri-leaflet.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "1.0.1",
"version": "1.0.2",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services",
"main": "dist/esri-leaflet.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/EsriLeaflet.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var EsriLeaflet = { //jshint ignore:line
VERSION: '1.0.0',
VERSION: '1.0.2',
Layers: {},
Services: {},
Controls: {},
Expand Down

0 comments on commit 7091129

Please sign in to comment.