Make it clear that master is headed for iD v2

This commit is contained in:
Bryan Housel
2016-07-18 16:18:16 -04:00
parent a6a88e49c7
commit 062049fcec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -382,6 +382,6 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.9.6';
iD.version = '2.0.0-alpha.1';
})();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.9.6",
"version": "2.0.0-alpha.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"directories": {