diff --git a/CHANGELOG.md b/CHANGELOG.md index e5897c8c1..3cee6668e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, --> # 2.18.0 -##### Planned: 2020-Jul +##### 2020-Jul-20 #### :mega: Release Highlights * :raised_hand_with_fingers_splayed: **Touchscreen support!** We've finally optimized iD for multi-touch mapping on tablets and 2-in-1 devices.
diff --git a/modules/core/context.js b/modules/core/context.js index 77e61ca33..e3b2b3a6b 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -26,7 +26,7 @@ export function coreContext() { let context = utilRebind({}, dispatch, 'on'); let _deferred = new Set(); - context.version = '2.17.3'; + context.version = '2.18.0'; context.privacyVersion = '20200407'; // iD will alter the hash so cache the parameters intended to setup the session diff --git a/package.json b/package.json index eb24e973a..ab6c49aab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.17.3", + "version": "2.18.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",