Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed May 3, 2015
1 parent 9c4ac96 commit 1a3e2c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.7.2
* Fix for 404 Error caused by duplicates in multi-fetch node request (#2626)
* Fix oil well preset (#2621)

## 1.7.1
* Add oil well preset (#2618)
* Add radio mast preset (#2613)
Expand Down
2 changes: 1 addition & 1 deletion js/id/id.js
Expand Up @@ -325,7 +325,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};

iD.version = '1.7.1';
iD.version = '1.7.2';

(function() {
var detected = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.7.1",
"version": "1.7.2",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {
Expand Down

0 comments on commit 1a3e2c0

Please sign in to comment.