diff --git a/buildVars.py b/buildVars.py index 1c0890c..b1cefb0 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" : _("""Substitute single key commands for arrow keys to scroll through headings, links, etc. so that you can do everything with one hand."""), # version - "addon_version" : "2024.0.1", + "addon_version" : "2024.1.0", # Author(s) "addon_author" : u"Javi Dominguez ", # URL for the add-on documentation support @@ -31,7 +31,7 @@ # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) "addon_lastTestedNVDAVersion" : "2024.1.0", # Add-on update channel (default is stable or None) - "addon_updateChannel" : "dev", + "addon_updateChannel" : None, }