This commit is contained in:
Bryan Housel
2019-08-26 13:59:15 -04:00
parent 00721170a8
commit 590d557325
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export function coreContext() {
var context = utilRebind({}, dispatch, 'on');
var _deferred = new Set();
context.version = '2.15.4';
context.version = '2.15.5';
// create a special translation that contains the keys in place of the strings
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.15.4",
"version": "2.15.5",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",