diff --git a/buildVars.py b/buildVars.py index 929c5e4..e14c8a2 100644 --- a/buildVars.py +++ b/buildVars.py @@ -25,7 +25,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""Tracks events and displays information about them"""), # version - "addon_version": "23.5.3", + "addon_version": "23.5.4", # Author(s) "addon_author": "Joseph Lee , Luke Davis , Thiago Seus ", # URL for the add-on documentation support @@ -37,7 +37,7 @@ def _(arg): # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion": "2022.4", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2023.1", + "addon_lastTestedNVDAVersion": "2023.2", # Add-on update channel (default is None, denoting stable releases, # and for development releases, use "dev".) # Do not change unless you know what you are doing!