diff --git a/buildVars.py b/buildVars.py index 4d8db10..e7e6457 100644 --- a/buildVars.py +++ b/buildVars.py @@ -28,7 +28,7 @@ def _(arg): "addon_description": _("""This add-on allows to present in a message various information about a character. """), # version - "addon_version": "2.1", + "addon_version": "2.2", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 9838950..1708a2e 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,11 @@ The presented information include the following sections: ## Change log +### Version 2.2 + +* Removed the dev channel. +* Updated localizations. + ### Version 2.1 * Fixed some bugs preventing the character information report to be displayed when some options were used.