Set development version number

This commit is contained in:
Milos Brzakovic
2021-07-23 16:30:56 +02:00
parent 33a012e007
commit c6df2a0a6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.20.0';
context.version = '2.20.1-dev';
context.privacyVersion = '20201202';
// iD will alter the hash so cache the parameters intended to setup the session
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.20.0",
"version": "2.20.1-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",