From 9b81c441ca2c77912a661254a2609ad2e9727e5d Mon Sep 17 00:00:00 2001 From: neveldo Date: Sun, 17 May 2015 23:15:37 +0200 Subject: [PATCH] Version 1.0.1 --- bower.json | 2 +- js/jquery.mapael.js | 2 +- mapael.jquery.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8787005..6de7000 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "neveldo/jQuery-Mapael", - "version": "1.0.0", + "version": "1.0.1", "main": "./js/jquery.mapael.js", "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.", "license": "MIT", diff --git a/js/jquery.mapael.js b/js/jquery.mapael.js index 4aedf84..79a7efd 100644 --- a/js/jquery.mapael.js +++ b/js/jquery.mapael.js @@ -3,7 +3,7 @@ * Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js) * Requires jQuery and raphael.js * -* Version: 1.0.0 +* Version: 1.0.1 * * Copyright (c) 2015 Vincent Brouté (http://www.vincentbroute.fr/mapael) * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php). diff --git a/mapael.jquery.json b/mapael.jquery.json index 4d9c857..63f6869 100644 --- a/mapael.jquery.json +++ b/mapael.jquery.json @@ -9,7 +9,7 @@ "dataviz", "dynamic" ], - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Vincent Brouté", "url": "http://www.vincentbroute.fr" diff --git a/package.json b/package.json index 4313f84..57b851c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery-mapael", - "version": "1.0.0", + "version": "1.0.1", "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.", "homepage": "http://www.vincentbroute.fr/mapael/", "main": "./js/jquery.mapael.js",