mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2025-02-22 12:55:08 +00:00
reduce min supported version to 2022.1.0 (unsure if this is earliest it will work so we'll see)
This commit is contained in:
parent
0522b69420
commit
5534381981
@ -28,7 +28,7 @@ addon_info = {
|
||||
The add-on requires Voicemeeter to be installed."""
|
||||
),
|
||||
# version
|
||||
'addon_version': '1.0.0',
|
||||
'addon_version': '1.1.0',
|
||||
# Author(s)
|
||||
'addon_author': 'onyx-and-iris <code@onyxandiris.online>',
|
||||
# URL for the add-on documentation support
|
||||
@ -38,7 +38,7 @@ The add-on requires Voicemeeter to be installed."""
|
||||
# Documentation file name
|
||||
'addon_docFileName': 'readme.html',
|
||||
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
|
||||
'addon_minimumNVDAVersion': '2024.4.0',
|
||||
'addon_minimumNVDAVersion': '2022.1.0',
|
||||
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
|
||||
'addon_lastTestedNVDAVersion': '2024.4.2',
|
||||
# Add-on update channel (default is None, denoting stable releases,
|
||||
|
Loading…
Reference in New Issue
Block a user