Set development version number

This commit is contained in:
Martin Raifer
2022-11-10 13:11:05 +01:00
parent 48f925a27b
commit 1054c35dc5
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -35,6 +35,20 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased
#### :sparkles: Usability & Accessibility
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :hourglass: Performance
#### :rocket: Presets
#### :hammer: Development
* ([#])
[#xxxx]: https://github.com/openstreetmap/iD/issues/xxxx
[#xxxx]: https://github.com/openstreetmap/iD/pull/xxxx
[@xxxx]: https://github.com/xxxx
# 2.23.0
##### 2022-Nov-10
+1 -1
View File
@@ -25,7 +25,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.23.0';
context.version = '2.24.0-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.23.0",
"version": "2.24.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",