Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed Oct 29, 2014
1 parent f4c5194 commit f48a6b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 0.6.1 (d7b6522)
PolarMap.js 0.6.2 (f4c5194)
(c) 2014 Arctic Connect, Geo Sensor Web Lab
*/
(function (window, document, L, undefined) {
Expand All @@ -8,7 +8,7 @@ if (typeof(L) === "undefined") {
}

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polarmap.js",
"version": "0.6.1",
"version": "0.6.2",
"description": "Leaflet library for polar map projection switching",
"main": "dist/polarmap-src.js",
"private": true,
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: '0.6.1',
version: '0.6.2',
Control: {},
Util: {}
};
Expand Down

0 comments on commit f48a6b1

Please sign in to comment.