From 476d4f715a28ad56a6e0d98f92ce81206331a607 Mon Sep 17 00:00:00 2001 From: tech explorers <73522283+techexplorers123@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:26:03 +0530 Subject: [PATCH] updated last tested nvda version --- addon/manifest.ini | 2 +- buildVars.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/manifest.ini b/addon/manifest.ini index a0225e5..ae6df6a 100644 --- a/addon/manifest.ini +++ b/addon/manifest.ini @@ -14,5 +14,5 @@ version = 1.0 url="https://github.com/mesteranas/SimpleCalculator" addon_docFileName = README.md minimumNVDAVersion = 2019.3.0 -lastTestedNVDAVersion = 2023.3.0 +lastTestedNVDAVersion = 2024.1.0 updateChannel = None diff --git a/buildVars.py b/buildVars.py index d46136a..ce0426f 100644 --- a/buildVars.py +++ b/buildVars.py @@ -36,7 +36,7 @@ # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion" : "2019.3.0", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion" : "2023.3.0", + "addon_lastTestedNVDAVersion" : "2024.1.0", # 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) "addon_updateChannel" : None,