Skip to content

Commit adc7bc1

Browse files
committed
Update version information
1 parent a453c23 commit adc7bc1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mapael",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"main": "./js/jquery.mapael.js",
55
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
66
"license": "MIT",

js/jquery.mapael.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
44
* Requires jQuery, raphael.js and jquery.mousewheel
55
*
6-
* Version: 2.0.0
6+
* Version: 2.1.0
77
*
88
* Copyright (c) 2017 Vincent Brouté (https://www.vincentbroute.fr/mapael)
99
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
@@ -30,7 +30,7 @@
3030
var pluginName = "mapael";
3131

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

3535
/*
3636
* Mapael constructor

js/jquery.mapael.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mapael",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
55
"homepage": "https://www.vincentbroute.fr/mapael/",
66
"main": "./js/jquery.mapael.js",

0 commit comments

Comments
 (0)