This commit is contained in:
Milos Brzakovic
2021-07-23 15:53:43 +02:00
parent aa7f912a29
commit 33a012e007
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.0-dev';
context.version = '2.20.0';
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.0-dev",
"version": "2.20.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",