Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4d6adb

Browse files
committedNov 24, 2015
Bumped up the version.
1 parent 3bffde6 commit f4d6adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎L.D3SvgOverlay.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ L.D3SvgOverlay = (L.version < "1.0" ? L.Class : L.Layer).extend({
165165

166166
});
167167

168-
L.D3SvgOverlay.version = "2.1";
168+
L.D3SvgOverlay.version = "2.2";
169169

170170
// Factory method
171171
L.d3SvgOverlay = function (drawCallback, options) {

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leaflet-d3-svg-overlay",
33
"description": "Leaflet Plugin: D3 SVG Overlay",
44
"author": "Kirill Zhuravlev <kirill.zhuravlev@teralytics.ch>",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"main": "L.D3SvgOverlay.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)
Please sign in to comment.