File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments