From 54d2c75d1e1f48f35dc9f7ba3f708ab1618a998b Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Mon, 4 Aug 2014 15:30:38 +0200 Subject: [PATCH] Bump version --- README.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a3f2e..ff11712 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index b6a15eb..43bb34d 100644 --- a/package.json +++ b/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", @@ -24,4 +24,4 @@ "mocha-phantomjs": "2.0.x", "happen": "0.1.x" } -} \ No newline at end of file +}