This commit is contained in:
John Firebaugh
2013-08-12 13:15:01 -07:00
parent 5e21f84668
commit 90153d55ce
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## 1.1.2
* Fix cursor offset when clicking/dragging after resizing the window (#1678)
* Include low-frequency tag values if they have a wiki entry
* Fix tag value suggestions in preset comboboxes (#1679, #1680)
## 1.1.1
* Improve performance when drawing

View File

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

View File

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