Version 1.0.0

This commit is contained in:
John Firebaugh
2013-05-06 12:29:50 -07:00
parent 29cf646b56
commit 606f31c40f
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '0.0.0-beta1';
iD.version = '1.0.0';
iD.detect = function() {
var browser = {};

View File

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