forked from nvaccess/nvda-ocr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release version 2.2 compatible with 2021.1
- Loading branch information
Showing
2 changed files
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ def _(arg): | |
To perform OCR, move to the object in question using object navigation and press NVDA+r. | ||
You can set the OCR recognition language by going to the NVDA settings dialog and selecting OCR settings."""), | ||
# version | ||
"addon_version": "2.2-dev", | ||
"addon_version": "2.2", | ||
# Author(s) | ||
"addon_author" : u"NV Access Limited <[email protected]>, Łukasz Golonka <[email protected]>", | ||
# URL for the add-on documentation support | ||
|
@@ -38,7 +38,7 @@ def _(arg): | |
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) | ||
"addon_minimumNVDAVersion" : "2019.3.0", | ||
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) | ||
"addon_lastTestedNVDAVersion": "2020.3.0", | ||
"addon_lastTestedNVDAVersion": "2021.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) | ||
"addon_updateChannel": None, | ||
|
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