This commit is contained in:
John Firebaugh
2013-08-24 09:21:05 -07:00
parent f51e9e26bd
commit e343fc51a7
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.1.6
* Fix walkthrough on Firefox (#1743)
* Fix icon at end of walkthough (#1740)
* Fix walkthrough (#1739)
## 1.1.5
* Add amenity=ranger_station preset (1723)
+1 -1
View File
@@ -234,7 +234,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.1.5';
iD.version = '1.1.6';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.1.5",
"version": "1.1.6",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {