You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildVars.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
31
31
"addon_minimumNVDAVersion": "2022.3.3",
32
32
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
33
-
"addon_lastTestedNVDAVersion": "2022.4",
33
+
"addon_lastTestedNVDAVersion": "2023.1",
34
34
# Add-on update channel (default is None, denoting stable releases, and for development releases, use "dev"; do not change unless you know what you are doing)
0 commit comments