This commit is contained in:
Bryan Housel
2015-12-11 13:16:27 -08:00
parent 3492b0818b
commit 534ddecccf
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 1.8.3
* Replace nonstandard Array `find` with `_.find` for IE11 (#2871)
## 1.8.2
* Better save and restore map state when entering walkthrough
* Add maxstay field for amenity=parking preset (#2851)

View File

@@ -333,7 +333,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.8.2';
iD.version = '1.8.3';
(function() {
var detected = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.8.2",
"version": "1.8.3",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {