Skip to content

Commit 210f9de

Browse files
committed
Bump version and compatibility with newer NVDA versions
1 parent e62aae6 commit 210f9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _(arg):
2525
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2626
"addon_description": _("""This addon translates selected or clipboard text using the Google Translate service and presents it."""),
2727
# version
28-
"addon_version": "4.7",
28+
"addon_version": "4.7.1",
2929
# Author(s)
3030
"addon_author": "Alexy Sadovoy aka Lex <lex@progger.su>, ruslan <ru2020slan@yandex.ru>, beqa <beqaprogger@gmail.com>, Mesar Hameed <mhameed@src.gnome.org>, Alberto Buffolino <a.buffolino@gmail.com>, and other NVDA contributors",
3131
# URL for the add-on documentation support
@@ -37,7 +37,7 @@ def _(arg):
3737
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3838
"addon_minimumNVDAVersion": "2019.3",
3939
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
40-
"addon_lastTestedNVDAVersion": "2024.1.0",
40+
"addon_lastTestedNVDAVersion": "2024.3.0",
4141
# Add-on update channel (default is None, denoting stable releases,
4242
# and for development releases, use "dev".)
4343
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)