Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Aug 25, 2017
1 parent 2cbaa50 commit 9ec618a
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 @@ -25,7 +25,7 @@ export function setAreaKeys(value) {

export function coreContext() {
var context = {};
context.version = '2.3.2';
context.version = '2.4.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.3.2",
"version": "2.4.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",
Expand Down

0 comments on commit 9ec618a

Please sign in to comment.