Skip to content

Commit 848af81

Browse files
committed
bump version
1 parent f1426ac commit 848af81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NVDA-addon/buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _(arg):
3131
Translations to languages other than English are in progress.
3232
"""),
3333
# version
34-
"addon_version": "0.2.5",
34+
"addon_version": "0.2.6",
3535
# Author(s)
3636
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3737
# URL for the add-on documentation support
@@ -41,7 +41,7 @@ def _(arg):
4141
# Documentation file name
4242
"addon_docFileName": "readme.html",
4343
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
44-
"addon_minimumNVDAVersion": "2018.1",
44+
"addon_minimumNVDAVersion": "2019.3",
4545
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
4646
"addon_lastTestedNVDAVersion": "2023.1",
4747
# Add-on update channel (default is None, denoting stable releases,

0 commit comments

Comments
 (0)