From cbbc81d83b5bb1512b6507879afb0094f93e4640 Mon Sep 17 00:00:00 2001 From: timwis Date: Wed, 11 Nov 2015 15:35:25 -0500 Subject: [PATCH] Increment version. Closes #3 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index cb8c00e..4da4f8a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leaflet-choropleth", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/timwis/leaflet-choropleth", "authors": [ "timwis " diff --git a/package.json b/package.json index 77c8699..9b356ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-choropleth", - "version": "1.0.0", + "version": "1.0.1", "description": "Choropleth plugin for Leaflet (color scale based on value)", "main": "src/choropleth.js", "scripts": {