Skip to content

Commit

Permalink
Version and compatibility updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkboyto committed Mar 5, 2023
1 parent 9553542 commit bc831fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ addon/doc/en/
*.py[co]
*.nvda-addon
.sconsign.dblite
*.exe
*.code-workspace
*.env
addon/settings.json
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Nao (NVDA Advanced OCR) is an addon that improves the standard OCR capabilities that NVDA provides on modern Windows versions."""),
# version
"addon_version": "2022.1.3",
"addon_version": "2023.1.0",
# Author(s)
"addon_author": "Alessandro Albano<[email protected]>, Davide De Carne<[email protected]> and Simone Dal Maso<[email protected]>",
# URL for the add-on documentation support
Expand All @@ -35,7 +35,7 @@ def _(arg):
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2019.3",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2022.1",
"addon_lastTestedNVDAVersion": "2023.1",
# 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!
Expand Down

0 comments on commit bc831fc

Please sign in to comment.