This commit is contained in:
Quincy Morgan
2019-01-28 17:38:05 -05:00
parent 78a7869cd9
commit 02ccd7cfd6
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.13.0';
context.version = '2.13.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.13.0",
"version": "2.13.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",