This commit is contained in:
Quincy Morgan
2019-02-26 13:45:53 -05:00
parent b7f04be72d
commit 0fa7e757b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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",