Skip to content

Commit 758bd81

Browse files
committed
Update Mapael version from 2.1.0 to 2.2.0
1 parent 09aae7b commit 758bd81

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ must be loaded **before** Mapael in order to work properly.
4747

4848
Include in your project page one of these tags:
4949
```html
50-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-mapael/2.1.0/js/jquery.mapael.min.js"></script>
51-
<script src="//cdn.jsdelivr.net/npm/jquery-mapael@2.1.0/js/jquery.mapael.min.js"></script>
50+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-mapael/2.2.0/js/jquery.mapael.min.js"></script>
51+
<script src="//cdn.jsdelivr.net/npm/jquery-mapael@2.2.0/js/jquery.mapael.min.js"></script>
5252
```
5353

5454
#### Using self-hosted
5555

56-
Download the [latest version](https://github.com/neveldo/jQuery-Mapael/releases/tag/2.1.0)
56+
Download the [latest version](https://github.com/neveldo/jQuery-Mapael/releases/tag/2.2.0)
5757
and extract `jquery.mapael.min.js` in your project.
5858

5959
Then, add the script to your page (update the path as needed):

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mapael",
3-
"version": "2.1.0",
3+
"version": "2.2.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

+2-2
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.1.0
6+
* Version: 2.2.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.1.0";
33+
var version = "2.2.0";
3434

3535
/*
3636
* Mapael constructor

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-mapael",
3-
"version": "2.1.0",
3+
"version": "2.2.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)