@@ -30,7 +30,7 @@ def _(arg):
3030 and Vietnamese braille code standards.
3131 Translations to Chinese (Traditional), Indonesian, Spanish, and Vietnamese exist and other translations are in progress.""" ),
3232 # version
33- "addon_version" : "0.3.9 " ,
33+ "addon_version" : "0.3.10 " ,
3434 # Author(s)
3535 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3636 # URL for the add-on documentation support
@@ -42,11 +42,11 @@ def _(arg):
4242 # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
4343 "addon_minimumNVDAVersion" : "2019.3" ,
4444 # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
45- "addon_lastTestedNVDAVersion" : "2023.3 " ,
45+ "addon_lastTestedNVDAVersion" : "2024.1 " ,
4646 # Add-on update channel (default is None, denoting stable releases,
4747 # and for development releases, use "dev".)
4848 # Do not change unless you know what you are doing!
49- "addon_updateChannel" : None ,
49+ "addon_updateChannel" : "dev" ,
5050 # Add-on license such as GPL 2
5151 "addon_license" : "MIT and GPL 2" ,
5252 # URL for the license document the ad-on is licensed under
0 commit comments