From 54f5e98d93cd144861e41df86ec3684e84ec3eaa Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Mon, 24 May 2021 15:38:26 -0700 Subject: [PATCH] NVDA compatibility: last tested version -> 2021.1 --- buildVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 5133436c..6ba871a0 100644 --- a/buildVars.py +++ b/buildVars.py @@ -35,7 +35,7 @@ def _(arg): # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion": "2020.4", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2020.4", + "addon_lastTestedNVDAVersion": "2021.1", # Minimum Windows version supported "addon_minimumWindowsVersion": "6.1.7601", # Add-on update channel (default is None, denoting stable releases,