@@ -23,7 +23,7 @@ def _(arg):
2323 # Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2424 "addon_description" : _ ("""Adds useful features for developers.""" ),
2525 # version
26- "addon_version" : "0.0.3 " ,
26+ "addon_version" : "0.1.0 " ,
2727 # Author(s)
2828 "addon_author" : "Danstiv <danstiv@yandex.ru>" ,
2929 # URL for the add-on documentation support
@@ -33,9 +33,9 @@ def _(arg):
3333 # Documentation file name
3434 "addon_docFileName" : "readme.html" ,
3535 # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
36- "addon_minimumNVDAVersion" : "2024.1 " ,
36+ "addon_minimumNVDAVersion" : "2024.4 " ,
3737 # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
38- "addon_lastTestedNVDAVersion" : "2025.1 " ,
38+ "addon_lastTestedNVDAVersion" : "2025.2 " ,
3939 # Add-on update channel (default is None, denoting stable releases,
4040 # and for development releases, use "dev".)
4141 # Do not change unless you know what you are doing!
0 commit comments