Skip to content

Commit

Permalink
v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jan 28, 2019
1 parent 78a7869 commit 02ccd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02ccd7c

Please sign in to comment.