Skip to content

Commit

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

### v1.1.0 2016-01-15

* Lock to Leaflet 0.7 releases

### v1.0.2 2016-01-15

* Fix bug where double-clicking the rotation controls would zoom the map
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.2",
"version": "1.1.0",
"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.2 (c2502d9)
PolarMap.js 1.1.0 (44f59a8)
(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.2',
version: '1.1.0',
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.2",
"version": "1.1.0",
"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.2',
version: '1.1.0',
Control: {},
Util: {}
};
Expand Down

0 comments on commit 9e9df9c

Please sign in to comment.