Skip to content

Commit f8736dd

Browse files
committed
NVDA 2022.1 compatibility
1 parent 063e47d commit f8736dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("This extended appModule extends the original Winamp appModule found in NVDA with some extra functionality."),
2727
# version
28-
"addon_version": "2.1",
28+
"addon_version": "2.2",
2929
# Author(s)
3030
"addon_author": "Hrvoje Katic <[email protected]>, Beqa Gozalishvili <[email protected]>, NVDA-addon-team",
3131
# URL for the add-on documentation support
@@ -35,7 +35,7 @@ def _(arg):
3535
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3636
"addon_minimumNVDAVersion": "2020.1",
3737
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
38-
"addon_lastTestedNVDAVersion": "2021.2",
38+
"addon_lastTestedNVDAVersion": "2022.1",
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

Comments
 (0)