Skip to content

Commit f48a6b1

Browse files
committed
Bump version to 0.6.2
1 parent f4c5194 commit f48a6b1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/polarmap-src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
PolarMap.js 0.6.1 (d7b6522)
2+
PolarMap.js 0.6.2 (f4c5194)
33
(c) 2014 Arctic Connect, Geo Sensor Web Lab
44
*/
55
(function (window, document, L, undefined) {
@@ -8,7 +8,7 @@ if (typeof(L) === "undefined") {
88
}
99

1010
L.PolarMap = {
11-
version: '0.6.1',
11+
version: '0.6.2',
1212
Control: {},
1313
Util: {}
1414
};

dist/polarmap.js

Lines changed: 2 additions & 2 deletions
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": "polarmap.js",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Leaflet library for polar map projection switching",
55
"main": "dist/polarmap-src.js",
66
"private": true,

src/leaflet.polarmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (typeof(L) === "undefined") {
44
}
55

66
L.PolarMap = {
7-
version: '0.6.1',
7+
version: '0.6.2',
88
Control: {},
99
Util: {}
1010
};

0 commit comments

Comments
 (0)