Skip to content

Commit

Permalink
vA.B.C
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 23, 2019
1 parent 79bcc4a commit 1e90212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ _Press <kbd>P</kbd> 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
Expand Down
2 changes: 1 addition & 1 deletion modules/core/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function coreContext() {
var context = utilRebind({}, dispatch, 'on');
var _deferred = new Set();

context.version = '2.16.0';
context.version = '2.17.0';
context.privacyVersion = '20191217';

// create a special translation that contains the keys in place of the strings
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.16.0",
"version": "2.17.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",
Expand Down

0 comments on commit 1e90212

Please sign in to comment.