From 919f37a67cd9adee343e1216c934375219cedd45 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 30 Jun 2019 10:08:43 -0400 Subject: [PATCH] v2.15.3 --- modules/core/context.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/context.js b/modules/core/context.js index 15cbcab1b..333acaa0d 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -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 diff --git a/package.json b/package.json index 4c70c3b66..b6a48e6d8 100644 --- a/package.json +++ b/package.json @@ -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",