From 5c3f407573142a945e9df8aa106b2f2a04e02888 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 12 Jun 2017 11:04:11 -0400 Subject: [PATCH] 2.2.2 --- modules/core/context.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",