From 590d5573259631d7d34d5f46ae171d340a472a05 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 26 Aug 2019 13:59:15 -0400 Subject: [PATCH] v2.15.5 --- 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 7ea33cff8..7ae87fd3e 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.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 diff --git a/package.json b/package.json index 9f938834d..3ef6e5716 100644 --- a/package.json +++ b/package.json @@ -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",