Skip to content

Commit

Permalink
Bump version and compatibility with newer NVDA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Sep 7, 2024
1 parent e62aae6 commit 210f9de
Showing 1 changed file with 2 additions and 2 deletions.
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": _("""This addon translates selected or clipboard text using the Google Translate service and presents it."""),
# version
"addon_version": "4.7",
"addon_version": "4.7.1",
# Author(s)
"addon_author": "Alexy Sadovoy aka Lex <[email protected]>, ruslan <[email protected]>, beqa <[email protected]>, Mesar Hameed <[email protected]>, Alberto Buffolino <[email protected]>, and other NVDA contributors",
# URL for the add-on documentation support
Expand All @@ -37,7 +37,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": "2024.1.0",
"addon_lastTestedNVDAVersion": "2024.3.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!
Expand Down

0 comments on commit 210f9de

Please sign in to comment.