This commit is contained in:
Bryan Housel
2016-11-17 14:19:58 -05:00
parent cf85acf5eb
commit 4b79325ec1
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ export function coreContext() {
/* Init */
context.version = '2.0.0';
context.version = '2.0.1';
context.projection = geoRawMercator();

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.0.0",
"version": "2.0.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",