Set development version number

This commit is contained in:
Milos Brzakovic (E-Search)
2021-08-17 17:14:48 +02:00
parent fc5d790b0e
commit 81b7e282c3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.20.1';
context.version = '2.20.2-dev';
context.privacyVersion = '20201202';
// iD will alter the hash so cache the parameters intended to setup the session

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.20.1",
"version": "2.20.2-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",