diff --git a/buildVars.py b/buildVars.py index bb0db16..9d45a84 100644 --- a/buildVars.py +++ b/buildVars.py @@ -29,7 +29,7 @@ # Minimum NVDA version supported (e.g. "2018.3.0") "addon_minimumNVDAVersion" : "2019.1", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2021.1", + "addon_lastTestedNVDAVersion" : "2022.1", # Add-on update channel (default is stable or None) "addon_updateChannel" : None, }