Skip to content

Commit 9e9df9c

Browse files
committed
Bump version to 1.1.0
1 parent 2ae1d7d commit 9e9df9c

6 files changed

Lines changed: 11 additions & 7 deletions

File tree

RELEASE.markdown

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

3+
### v1.1.0 2016-01-15
4+
5+
* Lock to Leaflet 0.7 releases
6+
37
### v1.0.2 2016-01-15
48

59
* Fix bug where double-clicking the rotation controls would zoom the map

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.2",
3+
"version": "1.1.0",
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.2 (c2502d9)
2+
PolarMap.js 1.1.0 (44f59a8)
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.2',
11+
version: '1.1.0',
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.2",
3+
"version": "1.1.0",
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.2',
7+
version: '1.1.0',
88
Control: {},
99
Util: {}
1010
};

0 commit comments

Comments
 (0)