@@ -25,9 +25,9 @@ def _(arg):
25
25
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
26
26
"addon_description" : _ ("""让 NVDA 更新使用 NVDA 中文社区提供的镜像源,加快 NVDA 的更新下载速度。""" ),
27
27
# version
28
- "addon_version" : "0.3.2 " ,
28
+ "addon_version" : "0.4.0 " ,
29
29
# Author(s)
30
- "addon_author" : "好奇的 01, NVDACN <www.nvdacn.com>" ,
30
+ "addon_author" : "Cary-rowen, 好奇的 01 <www.nvdacn.com>" ,
31
31
# URL for the add-on documentation support
32
32
"addon_url" : "https://www.nvdacn.com/" ,
33
33
# URL for the add-on repository where the source code can be found
@@ -37,7 +37,7 @@ def _(arg):
37
37
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
38
38
"addon_minimumNVDAVersion" : "2022.1.0" ,
39
39
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
40
- "addon_lastTestedNVDAVersion" : "2023.1 .0" ,
40
+ "addon_lastTestedNVDAVersion" : "2023.2 .0" ,
41
41
# Add-on update channel (default is None, denoting stable releases,
42
42
# and for development releases, use "dev".)
43
43
# Do not change unless you know what you are doing!
0 commit comments