This commit is contained in:
Bryan Housel
2015-05-03 10:21:55 -04:00
parent 9c4ac96f5f
commit 1a3e2c0ebf
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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)
+1 -1
View File
@@ -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 = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.7.1",
"version": "1.7.2",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {