Skip to content

Commit 322fbf8

Browse files
committed
Updated the release 19.06 to be compatible with the last threshold and NVDA 2019.3.
1 parent 73de1d0 commit 322fbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Minimum NVDA version supported (e.g. "2018.3")
2323
"addon_minimumNVDAVersion" : "2014.3.0",
2424
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
25-
"addon_lastTestedNVDAVersion" : "2019.1.0",
25+
"addon_lastTestedNVDAVersion" : "2019.3.0",
2626
# Add-on update channel (default is stable or None)
2727
"addon_updateChannel" : None,
2828
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To use layered commands, press NVDA+Shift+F12 followed by one of the following k
7070

7171
## Compatibility
7272

73-
- This add-on is compatible with the versions of NVDA ranging from 2014.3 until 2019.1.
73+
- This add-on is compatible with the versions of NVDA ranging from 2014.3 until 2019.3.
7474

7575
[1]: https://addons.nvda-project.org/files/get.php?file=cac
7676

0 commit comments

Comments
 (0)