From 73c1d5c17e669106bd7721133f6bc970e7981abf Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 9 May 2017 10:33:29 -0400 Subject: [PATCH] 2.2.0 --- 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 a57f7346d..2e7353cd6 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -377,7 +377,7 @@ export function coreContext() { /* Init */ - context.version = '2.1.3'; + context.version = '2.2.0'; context.projection = geoRawMercator(); context.curtainProjection = geoRawMercator(); diff --git a/package.json b/package.json index 851ae5731..8660e37e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.1.3", + "version": "2.2.0", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",