diff --git a/buildVars.py b/buildVars.py index d1ead75..8ecfb3a 100644 --- a/buildVars.py +++ b/buildVars.py @@ -32,7 +32,7 @@ # Minimum NVDA version supported (e.g. "2018.3") "addon_minimumNVDAVersion": "2023.3", # Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2024.3", + "addon_lastTestedNVDAVersion": "2024.4", # Add-on update channel (default is stable or None) "addon_updateChannel": None, }