Set development version number

This commit is contained in:
Quincy Morgan
2020-07-21 10:27:57 -04:00
parent b64f0b793c
commit b3714fac66
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.18.2';
context.version = '2.18.3-dev';
context.privacyVersion = '20200407';
// iD will alter the hash so cache the parameters intended to setup the session

View File

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