From d82a34ed83aaabebc8893af3b89215d16fbddb14 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 9 Oct 2017 17:57:42 -0400 Subject: [PATCH] v2.4.3 --- 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 6ab1fd4f0..8bdc08bc1 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.4.2'; + context.version = '2.4.3'; // 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 7ade02a5a..5f3338a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.4.2", + "version": "2.4.3", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",