From cc8c075c6d33232487c925c69ac649b2aa4984ee Mon Sep 17 00:00:00 2001 From: Yannick Plassiard Date: Thu, 15 Jul 2021 14:43:07 +0200 Subject: [PATCH] Ensure compatibility with NVDA 2021.1 --- buildVars.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildVars.py b/buildVars.py index 55096b4..33e1b7d 100755 --- a/buildVars.py +++ b/buildVars.py @@ -17,9 +17,9 @@ "addon_summary" : _("Sound Manager"), # Add-on description # Translators: Long description to be shown for this add-on on add-on information from add-ons manager - "addon_description" : _("""Manages Windows and applications volumes directly within NVDA"""), + "addon_description" : _("""Manages Windows and applications volumes directly within NVDA"""), # version - "addon_version" : "2020.1", + "addon_version" : "2021.06", # Author(s) "addon_author" : u"Yannick PLASSIARD , Danstiv , Beqa Gozalishvili ", # URL for the add-on documentation support @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion" : "2019.1", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2019.3", + "addon_lastTestedNVDAVersion" : "2021.1", # Add-on update channel (default is stable or None) "addon_updateChannel" : "stable" }