Skip to content

Commit

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

### v1.2.0 2016-06-10

* Add support for loading ArcticWebMap tiles through HTTPS
* Fix projection extents to better represent alignment between projection and tiles. This means markers may shift by a small amount (< 1 metre) but should now be closer to their projected tile coordinates
* Add example for comparing OSM tiles side-by-side with ArcticWebMap tiles

### v1.1.0 2016-01-15

* Lock to Leaflet 0.7 releases
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.1.0",
"version": "1.2.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.1.0 (506a6b3)
PolarMap.js 1.2.0 (4ead999)
(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.1.0',
version: '1.2.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.1.0",
"version": "1.2.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.1.0',
version: '1.2.0',
Control: {},
Util: {}
};
Expand Down

0 comments on commit d94f584

Please sign in to comment.