diff --git a/modules/core/context.js b/modules/core/context.js index 6bc3ae849..46b30e9b3 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.13.1'; + context.version = '2.14.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 afcfc885e..58c599924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.13.1", + "version": "2.14.0", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",