Skip to content

Commit 7776ebf

Browse files
committed
NVDA2023.1 compatibility
1 parent c974564 commit 7776ebf

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
@@ -17,7 +17,7 @@
1717
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
1818
"addon_description" : _("This addon translates selected or clipboard text using the Google Translate service and presents it."),
1919
# version
20-
"addon_version" : "4.4.3",
20+
"addon_version" : "4.5",
2121
# Author(s)
2222
"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",
2323
# URL for the add-on documentation support
@@ -27,7 +27,7 @@
2727
# Minimum NVDA version supported
2828
"addon_minimumNVDAVersion" : "2019.3",
2929
# Last NVDA version supported/tested
30-
"addon_lastTestedNVDAVersion" : "2022.1"
30+
"addon_lastTestedNVDAVersion" : "2023.1.0"
3131
}
3232

3333
import os.path

0 commit comments

Comments
 (0)