Version 1.0.1

This commit is contained in:
neveldo
2015-05-17 23:15:37 +02:00
parent 0607d45a81
commit 9b81c441ca
4 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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).

View File

@@ -9,7 +9,7 @@
"dataviz",
"dynamic"
],
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Vincent Brouté",
"url": "http://www.vincentbroute.fr"

View File

@@ -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",