Skip to content

Commit 81603f8

Browse files
committed
update NVDA compatibility versions, now compatible from 2018.3 to 2019.3
1 parent 8b8fe8d commit 81603f8

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
@@ -19,15 +19,15 @@
1919
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2020
"addon_description" : _("""This add-on beeps with some keyboard events."""),
2121
# version
22-
"addon_version" : "1.1",
22+
"addon_version" : "1.2",
2323
# Author(s)
2424
"addon_author" : u"David CM <[email protected]>",
2525
# URL for the add-on documentation support
2626
"addon_url" : "https://github.com/david-acm/NVDA-beepKeyboard",
2727
# Documentation file name
2828
"addon_docFileName" : "readme.html",
2929
# Minimum NVDA version supported (e.g. "2018.3.0")
30-
"addon_minimumNVDAVersion" : "2018.2.0",
30+
"addon_minimumNVDAVersion" : "2018.3.0",
3131
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
3232
"addon_lastTestedNVDAVersion" : "2019.3.0",
3333
# Add-on update channel (default is stable or None)

0 commit comments

Comments
 (0)