This commit is contained in:
John Firebaugh
2014-07-10 10:07:12 -07:00
parent 66eaf8e698
commit 098a1ac5a7
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,4 +1,10 @@
## 1.5.1
* Fix mixed content errors on https osm.org (#2281)
* Fix suggested access values for parking (#2280)
## 1.5.0
* Add support for localized address fields (#2246)
* Rendering improvements for layers (#2250)
* Add a map scale (#2266)
+1 -1
View File
@@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.5.0';
iD.version = '1.5.1';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.0",
"version": "1.5.1",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {