Skip to content

Commit 16f0fb5

Browse files
committed
Support 2025.1.0
1 parent 45a54af commit 16f0fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _(arg):
4242
)
4343
),
4444
# version
45-
"addon_version": "1.0.0",
45+
"addon_version": "1.0.1",
4646
# Author(s)
4747
"addon_author": "Bill Dengler <[email protected]>",
4848
# URL for the add-on documentation support
@@ -54,7 +54,7 @@ def _(arg):
5454
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
5555
"addon_minimumNVDAVersion": "2024.1.0",
5656
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
57-
"addon_lastTestedNVDAVersion": "2024.1.0",
57+
"addon_lastTestedNVDAVersion": "2025.1.0",
5858
# Add-on update channel (default is None, denoting stable releases,
5959
# and for development releases, use "dev".)
6060
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)