Revert "vA.B.C"

This reverts commit 1e9021265c.
This commit is contained in:
Quincy Morgan
2019-12-23 14:03:43 -05:00
parent 1e9021265c
commit 6f7f2ab77f
3 changed files with 2 additions and 4 deletions

View File

@@ -185,12 +185,10 @@ _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

View File

@@ -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

View File

@@ -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",