This commit is contained in:
Bryan Housel
2017-08-26 16:05:58 -04:00
parent 868df0b260
commit 1392761093
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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",