From 24b6e9aeec81c5f09b650dc3067e746b9b6860d0 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 23 Jan 2019 11:33:23 -0500 Subject: [PATCH] v2.13.0 --- 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 fe04431c9..cc18ec633 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -34,7 +34,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.12.2'; + context.version = '2.13.0'; // create a special translation that contains the keys in place of the strings var tkeys = _cloneDeep(dataEn); diff --git a/package.json b/package.json index 0af9a7016..7974df40a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.12.2", + "version": "2.13.0", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",