From 0fa7e757b144c3c030c4ddf5d2f83d63e7b505c2 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 26 Feb 2019 13:45:53 -0500 Subject: [PATCH] v2.14.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 0d079ef65..7162904f1 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -35,7 +35,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.14.2'; + context.version = '2.14.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 3ebbaa3ea..21cdb170b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.14.2", + "version": "2.14.3", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",