Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
openfirmware committed Oct 29, 2014
1 parent e31c189 commit d7b6522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0",
"version": "0.6.1",
"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.0',
version: '0.6.1',
Control: {},
Util: {}
};
Expand Down

0 comments on commit d7b6522

Please sign in to comment.