Skip to content

Commit cb4c7e3

Browse files
committed
Bump version to 1.0.2
1 parent c2502d9 commit cb4c7e3

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

RELEASE.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
### v1.0.2 2016-01-15
4+
5+
* Fix bug where double-clicking the rotation controls would zoom the map
6+
* Change name of layers to be more self-descriptive
7+
38
### v1.0.1 2015-06-04
49

510
* Fix bug where removing map did not remove layers from memory

bower.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": "1.0.1",
3+
"version": "1.0.2",
44
"authors": [
55
"James Badger <james@jamesbadger.ca>"
66
],

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 1.0.1 (d4a6bed)
2+
PolarMap.js 1.0.2 (c2502d9)
33
(c) 2014-2016 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: '1.0.1',
11+
version: '1.0.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",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Leaflet library for polar map projection switching",
55
"main": "dist/polarmap-src.js",
66
"directories": {

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: '1.0.1',
7+
version: '1.0.2',
88
Control: {},
99
Util: {}
1010
};

0 commit comments

Comments
 (0)