diff --git a/modules/core/context.js b/modules/core/context.js index 9dd82ed6f..be2218da9 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -346,7 +346,7 @@ export function coreContext() { /* Init */ - context.version = '2.0.0'; + context.version = '2.0.1'; context.projection = geoRawMercator(); diff --git a/package.json b/package.json index fe1e8fdf5..d7a40f83e 100644 --- a/package.json +++ b/package.json @@ -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",