Skip to content

Commit f48332c

Browse files
committed
Release 2.1
1 parent 62a4e03 commit f48332c

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
@@ -22,7 +22,7 @@
2222
To perform OCR, move to the object in question using object navigation and press NVDA+r.
2323
You can set the OCR recognition language by going to the NVDA settings dialog and selecting OCR settings."""),
2424
# version
25-
"addon_version": "2.1-dev",
25+
"addon_version": "2.1",
2626
# Author(s)
2727
"addon_author" : u"NV Access Limited <[email protected]>, Łukasz Golonka <[email protected]>",
2828
# URL for the add-on documentation support
@@ -35,7 +35,7 @@
3535
"addon_lastTestedNVDAVersion": "2020.3.0",
3636
# Add-on update channel (default is None, denoting stable releases,
3737
# and for development releases, use "dev"; do not change unless you know what you are doing)
38-
"addon_updateChannel": "dev",
38+
"addon_updateChannel": None,
3939
}
4040

4141

0 commit comments

Comments
 (0)