This commit is contained in:
John Firebaugh
2013-08-09 10:49:36 -07:00
parent 59907f8949
commit b5aea1e8d2
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 1.1.0
* Fix radial menu tooltip positioning
## 1.1.0rc1
* Custom layers support TMS-flipped Y coordinate with {ty} replacement.

View File

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

View File

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