diff --git a/buildVars.py b/buildVars.py index 00ef64a..98e0964 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("This addon translates a chess game position from FEN code to human friendly description"), # version - "addon_version" : "2.3", + "addon_version" : "2023.1.0", # Author(s) "addon_author" : u"Javi Dominguez ", # URL for the add-on documentation support @@ -29,9 +29,9 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion" : "2018.1.0", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2023.1.0", + "addon_lastTestedNVDAVersion" : "2023.3.0", # Add-on update channel (default is stable or None) - "addon_updateChannel" : None + "addon_updateChannel" : "stable" }