This commit is contained in:
Bryan Housel
2019-06-17 15:01:19 -04:00
parent 85fe78b23e
commit 16d77a840c
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.1';
context.version = '2.15.2';
// 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.1",
"version": "2.15.2",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",