Skip to content

Commit 49b7348

Browse files
committed
Bumped the version number and also 'addon_lastTestedNVDAVersion' since the beta is a breaking change.
Addresses #13
1 parent 37a20e8 commit 49b7348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NVDA-addon/buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ 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.7",
32+
"addon_version": "0.1.8",
3333
# Author(s)
3434
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3535
# URL for the add-on documentation support
3636
"addon_url": "https://nsoiffer.github.io/MathCAT/",
3737
# Documentation file name
3838
"addon_docFileName": "readme.html",
3939
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
40-
"addon_minimumNVDAVersion": None,
40+
"addon_minimumNVDAVersion": 2018.1,
4141
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
42-
"addon_lastTestedNVDAVersion": "2021.3",
42+
"addon_lastTestedNVDAVersion": "2022.1",
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)