Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Aug 4, 2014
1 parent c924aad commit 54d2c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,10 @@ Events:
Changelog
---------

### 0.4.0 ###

* Support whitelist for file formats (thanks CJ Cenizal)

### 0.3.0 ###

* Add `data:error` event (thanks @joeybaker)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet-filelayer",
"version": "0.3.0",
"version": "0.4.0",
"description": "Loads local files (GeoJSON, GPX, KML) into the map using the HTML5 FileReader API",
"keywords": ["Leaflet", "GIS", "HTML5"],
"main": "leaflet.filelayer.js",
Expand All @@ -24,4 +24,4 @@
"mocha-phantomjs": "2.0.x",
"happen": "0.1.x"
}
}
}

0 comments on commit 54d2c75

Please sign in to comment.