Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 21, 2018
1 parent 38db08d commit a508ec3
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 @@ -53,7 +53,7 @@ export function setAreaKeys(value) {

export function coreContext() {
var context = {};
context.version = '2.5.1';
context.version = '2.6.0';

// 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.5.1",
"version": "2.6.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",
Expand Down

0 comments on commit a508ec3

Please sign in to comment.