@@ -26,7 +26,7 @@ def _(arg):
2626 "addon_description" : _ ("""Manage master volume, as well as volume of different applications directly within NVDA instead of going to windows mixer.
2727-Addon also announces Level of changed volume with multimedia/function keys.""" ),
2828 # version
29- "addon_version" : "0.3 " ,
29+ "addon_version" : "0.4 " ,
3030 # Author(s)
3131 "addon_author" : "Danstiv <danstiv@blind.games>, Beqa Gozalishvili <beqaprogger@gmail.com>" ,
3232 # URL for the add-on documentation support
@@ -36,9 +36,9 @@ def _(arg):
3636 # Documentation file name
3737 "addon_docFileName" : "readme.html" ,
3838 # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
39- "addon_minimumNVDAVersion" : "2019.3 .0" ,
39+ "addon_minimumNVDAVersion" : "2024.1 .0" ,
4040 # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
41- "addon_lastTestedNVDAVersion" : "2023 .1.0" ,
41+ "addon_lastTestedNVDAVersion" : "2024 .1.0" ,
4242 # Add-on update channel (default is None, denoting stable releases,
4343 # and for development releases, use "dev".)
4444 # Do not change unless you know what you are doing!
0 commit comments