Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed May 17, 2015
1 parent 0607d45 commit 9b81c44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mapael.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion mapael.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dataviz",
"dynamic"
],
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Vincent Brouté",
"url": "http://www.vincentbroute.fr"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9b81c44

Please sign in to comment.