Skip to content

Commit 7ae7797

Browse files
committed
Compatible with NVDA2024.1
1 parent 18f4b23 commit 7ae7797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildVars.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _(arg):
2626
"addon_description": _("""This update mirror source is provided for NVDA Chinese community users.
2727
It can enhance the update speed of NVDA, improve the search and download speed of the add-on store, and resolve issues where certain network operators are unable to download add-ons from the add-on store, thus effectively improving user experience."""),
2828
# version
29-
"addon_version": "0.6.2",
29+
"addon_version": "0.6.3",
3030
# Author(s)
3131
"addon_author": "zh-yx, Cary-rowen, hwf1324 <[email protected]>",
3232
# URL for the add-on documentation support
@@ -38,7 +38,7 @@ def _(arg):
3838
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3939
"addon_minimumNVDAVersion": "2022.1.0",
4040
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
41-
"addon_lastTestedNVDAVersion": "2023.3.0",
41+
"addon_lastTestedNVDAVersion": "2024.1.0",
4242
# Add-on update channel (default is None, denoting stable releases,
4343
# and for development releases, use "dev".)
4444
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)