From 08d383236283a71184ebcb91509e7b08587a717a Mon Sep 17 00:00:00 2001 From: Patrick Wied Date: Tue, 21 Jul 2015 00:58:50 +0200 Subject: [PATCH] Update version --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13316399..e3ae6924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heatmap.js", - "version": "2.0.0", + "version": "2.0.1", "description": "Dynamic JavaScript Heatmaps for the Web", "homepage": "http://www.patrick-wied.at/static/heatmapjs/", "devDependencies": { @@ -13,6 +13,15 @@ "grunt-contrib-copy": ">= 0.7.0", "grunt-shell": "^0.7.0" }, + "keywords": [ + "heatmap", + "heatmaps", + "heat map", + "heat maps", + "googlemaps heatmap", + "leaflet heatmap", + "leaflet" + ], "buildFiles": [ "src/config.js", "src/data.js",