This commit is contained in:
Bryan Housel
2019-05-21 13:07:58 -04:00
parent 077f9bf887
commit b7089675a1
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.14.3';
context.version = '2.15.0';
// 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.14.3",
"version": "2.15.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",