This commit is contained in:
Bryan Housel
2019-06-30 10:08:43 -04:00
parent 925921a735
commit 919f37a67c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export function coreContext() {
var context = utilRebind({}, dispatch, 'on');
var _deferred = new Set();
context.version = '2.15.2';
context.version = '2.15.3';
// create a special translation that contains the keys in place of the strings
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.15.2",
"version": "2.15.3",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",