1.1.0beta1

This commit is contained in:
John Firebaugh
2013-06-05 16:58:48 -07:00
parent 4b41378acb
commit 8d3b6fd479
2 changed files with 2 additions and 2 deletions

View File

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

View File

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