v2.0.0-beta.1

This commit is contained in:
Bryan Housel
2016-10-25 01:20:51 -04:00
parent a093f6a9b3
commit ae65fb13e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ export function coreContext(root) {
/* Init */
context.version = '2.0.0-alpha.2';
context.version = '2.0.0-beta.1';
context.projection = geoRawMercator();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"directories": {