From 16d77a840cbd685ac43e904193a05a093b204f2c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 17 Jun 2019 15:01:19 -0400 Subject: [PATCH] v2.15.2 --- 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 b8149ccab..97ca63a50 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.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 diff --git a/package.json b/package.json index a47170790..9a28f480a 100644 --- a/package.json +++ b/package.json @@ -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",