diff --git a/modules/core/context.js b/modules/core/context.js index 2f503ce33..3614504f9 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -25,7 +25,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.4.0'; + context.version = '2.4.1'; // 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 7e2709bf0..fa6630969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.4.0", + "version": "2.4.1", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",