This commit is contained in:
John Firebaugh
2013-10-26 16:54:03 -07:00
parent cf99f9e9f6
commit d9627139d9
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## 1.3.1
* Fix misalignment -> Fix alignment (#1913)
* Update maki (#1916)
* Prioritize boundary tag to minimize area fills (#1920)
* Fix background defaulting to 0% brightness (#1923)
## 1.3.0
* Fix corner case that could cause getting stuck in drag mode (#1910)
+1 -1
View File
@@ -310,7 +310,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.0';
iD.version = '1.3.1';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.0",
"version": "1.3.1",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {