This commit is contained in:
John Firebaugh
2013-08-16 17:51:30 -07:00
parent 22cee50788
commit f2821dd9f2
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.1.4
* Fix adding multilingual name (#1694)
* Fix social buttons (#1690)
* Work around a Firefox bug that sometimes caused elements to be unselectable or stuck dragging (#1691, #1692)
## 1.1.3
* Fix behavior of enter key in name field (#1681)
+1 -1
View File
@@ -223,7 +223,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.1.3';
iD.version = '1.1.4';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.1.3",
"version": "1.1.4",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {