diff --git a/modules/core/context.js b/modules/core/context.js index c6494083c..dff2bc9cb 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -377,7 +377,7 @@ export function coreContext() { /* Init */ - context.version = '2.2.1'; + context.version = '2.2.2'; context.projection = geoRawMercator(); context.curtainProjection = geoRawMercator(); diff --git a/package.json b/package.json index 16bf4c9c6..bd9405438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.2.1", + "version": "2.2.2", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",