diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d24428e..0ef89c00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -185,12 +185,10 @@ _Press P to view privacy preferences._ * Differentiate the "wireframe mode" and "highlight changes" hotkeys in the German localization ([#6972], thanks [@manfredbrandl]) * Improve Chinese address field ([#7075], thanks [@koaber]) * Add Bolivia-specific address and phone number formats ([#7147], thanks [@51114u9]) -* Add the Occitan language to the Multilingual Name field ([#7156]) [#6972]: https://github.com/openstreetmap/iD/issues/6972 [#7075]: https://github.com/openstreetmap/iD/issues/7075 [#7147]: https://github.com/openstreetmap/iD/issues/7147 -[#7156]: https://github.com/openstreetmap/iD/issues/7156 [@manfredbrandl]: https://github.com/manfredbrandl [@koaber]: https://github.com/koaber diff --git a/modules/core/context.js b/modules/core/context.js index e5c0ccf09..1a3736bad 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -25,7 +25,7 @@ export function coreContext() { var context = utilRebind({}, dispatch, 'on'); var _deferred = new Set(); - context.version = '2.17.0'; + context.version = '2.16.0'; context.privacyVersion = '20191217'; // create a special translation that contains the keys in place of the strings diff --git a/package.json b/package.json index d2fc4e8ce..c5380f075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.17.0", + "version": "2.16.0", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",