diff --git a/buildVars.py b/buildVars.py index c772f3c..3a821d6 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" : _("Provides some accessibility features for VLC Media Player, as improve navigation or read status bar"), # version - "addon_version" : "2.13", + "addon_version" : "2.14", # Author(s) "addon_author" : u"Javi Dominguez ", # URL for the add-on documentation support @@ -29,7 +29,7 @@ # 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" : "2021.2.0", + "addon_lastTestedNVDAVersion" : "2022.1.0", # Add-on update channel (default is stable or None) "addon_updateChannel" : None }