Skip to content

Commit

Permalink
Compatible with NVDA2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Mar 30, 2024
1 parent d030ab4 commit 4909a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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": _("""Enhance the experience of using PC WeChat for NVDA users."""),
# version
"addon_version": "1.8.1",
"addon_version": "1.8.2",
# Author(s)
"addon_author": "沉浮, Cary-Rowen <[email protected]>",
# URL for the add-on documentation support
Expand All @@ -35,9 +35,9 @@ def _(arg):
# Documentation file name
"addon_docFileName": "readme.html",
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": 2021.2,
"addon_minimumNVDAVersion": "2022.1.0",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": 2023.1,
"addon_lastTestedNVDAVersion": "2024.1.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 4909a59

Please sign in to comment.