Skip to content

Commit ba75645

Browse files
committed
update version and compatible version
1 parent 38687f5 commit ba75645

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
@@ -29,7 +29,7 @@ def _(arg):
2929
The initial version of MathCAT is English-only but is designed with translations in mind.
3030
"""),
3131
# version
32-
"addon_version": "0.1.14",
32+
"addon_version": "0.2.0",
3333
# Author(s)
3434
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3535
# URL for the add-on documentation support
@@ -39,7 +39,7 @@ def _(arg):
3939
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4040
"addon_minimumNVDAVersion": 2018.1,
4141
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
42-
"addon_lastTestedNVDAVersion": "2022.1",
42+
"addon_lastTestedNVDAVersion": "2022.3",
4343
# Add-on update channel (default is None, denoting stable releases,
4444
# and for development releases, use "dev".)
4545
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)