From 251026731f0bd004104c39e9c42e71418a2a55df Mon Sep 17 00:00:00 2001 From: Andy Borka Date: Tue, 28 Sep 2021 10:27:18 -0400 Subject: [PATCH] Compatibility update Makes Developer toolkit compatible with NVDA 2022.1. --- buildVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }