From 0f7ef99dbc4429f39480b581dcbe553e55a2130c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 2 Mar 2018 17:54:38 -0500 Subject: [PATCH] v2.7.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 f36da5420..ed3c69c2f 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -53,7 +53,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.6.1'; + context.version = '2.7.0'; // create a special translation that contains the keys in place of the strings var tkeys = _cloneDeep(dataEn); diff --git a/package.json b/package.json index 4694376c8..1c9d26e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.6.1", + "version": "2.7.0", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",