Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed Mar 13, 2017
1 parent a453c23 commit adc7bc1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-mapael",
"version": "2.0.0",
"version": "2.1.0",
"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
4 changes: 2 additions & 2 deletions 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, raphael.js and jquery.mousewheel
*
* Version: 2.0.0
* Version: 2.1.0
*
* Copyright (c) 2017 Vincent Brouté (https://www.vincentbroute.fr/mapael)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
Expand All @@ -30,7 +30,7 @@
var pluginName = "mapael";

// Version number of jQuery Mapael. See http://semver.org/ for more information.
var version = "2.0.0-dev";
var version = "2.1.0";

/*
* Mapael constructor
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mapael.min.js

Large diffs are not rendered by default.

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": "2.0.0",
"version": "2.1.0",
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
"homepage": "https://www.vincentbroute.fr/mapael/",
"main": "./js/jquery.mapael.js",
Expand Down

0 comments on commit adc7bc1

Please sign in to comment.