-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ def _(arg): | |
"addon_description": _("""Manage master volume, as well as volume of different applications directly within NVDA instead of going to windows mixer. | ||
-Addon also announces Level of changed volume with multimedia/function keys."""), | ||
# version | ||
"addon_version": "0.3", | ||
"addon_version": "0.4", | ||
# Author(s) | ||
"addon_author": "Danstiv <[email protected]>, Beqa Gozalishvili <[email protected]>", | ||
# URL for the add-on documentation support | ||
|
@@ -36,9 +36,9 @@ def _(arg): | |
# Documentation file name | ||
"addon_docFileName": "readme.html", | ||
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) | ||
"addon_minimumNVDAVersion": "2019.3.0", | ||
"addon_minimumNVDAVersion": "2024.1.0", | ||
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) | ||
"addon_lastTestedNVDAVersion": "2023.1.0", | ||
"addon_lastTestedNVDAVersion": "2024.1.0", | ||
# Add-on update channel (default is None, denoting stable releases, | ||
# and for development releases, use "dev".) | ||
# Do not change unless you know what you are doing! | ||
|