From a4ba7d2bc45ef6b92f47af1a1f1f9a263f4a11b2 Mon Sep 17 00:00:00 2001 From: "a.zanella" Date: Sat, 18 Nov 2023 11:54:02 +0100 Subject: [PATCH] created 1.3-dev --- buildVars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!