Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed Jan 15, 2016
1 parent c2502d9 commit cb4c7e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions RELEASE.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

### v1.0.2 2016-01-15

* Fix bug where double-clicking the rotation controls would zoom the map
* Change name of layers to be more self-descriptive

### v1.0.1 2015-06-04

* Fix bug where removing map did not remove layers from memory
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polarmap.js",
"version": "1.0.1",
"version": "1.0.2",
"authors": [
"James Badger <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/polarmap-src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
PolarMap.js 1.0.1 (d4a6bed)
PolarMap.js 1.0.2 (c2502d9)
(c) 2014-2016 Arctic Connect, Geo Sensor Web Lab
*/
(function (window, document, L, undefined) {
Expand All @@ -8,7 +8,7 @@ if (typeof(L) === "undefined") {
}

L.PolarMap = {
version: '1.0.1',
version: '1.0.2',
Control: {},
Util: {}
};
Expand Down
4 changes: 2 additions & 2 deletions dist/polarmap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polarmap",
"version": "1.0.1",
"version": "1.0.2",
"description": "Leaflet library for polar map projection switching",
"main": "dist/polarmap-src.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/leaflet.polarmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (typeof(L) === "undefined") {
}

L.PolarMap = {
version: '1.0.1',
version: '1.0.2',
Control: {},
Util: {}
};
Expand Down

0 comments on commit cb4c7e3

Please sign in to comment.