diff --git a/buildVars.py b/buildVars.py index 16a6dac..e097391 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": _("""This addon provides access to the EDICO scientific editor"""), # version - "addon_version": "1.2", + "addon_version": "1.3-dev", # Author(s) "addon_author": "Alberto Zanella - I.Ri.Fo.R. - https://www.irifor.eu/", # 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": 2021.1, # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": 2023.1, + "addon_lastTestedNVDAVersion": 2023.3, # 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!