Skip to content

Commit

Permalink
buildVars update for beta release to confirm NVDA 2024.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Mar 20, 2024
1 parent 664e353 commit 8c150aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Proof of concept implementation of add-on update feature (NVDA Core issue 3208)"""),
# version
"addon_version": "24.01.1",
"addon_version": "24.01.103",
# Author(s)
"addon_author": "Joseph Lee <[email protected]>, Luke Davis <[email protected]>",
# URL for the add-on documentation support
"addon_url": "https://addons.nvda-project.org/",
"addon_url": "https://addons.nvda-project.org/addons/addonUpdater.en.html",
# URL for the add-on repository where the source code can be found
"addon_sourceURL": "https://github.com/josephsl/addonUpdater",
# Documentation file name
"addon_docFileName": "readme.html",
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion": "2023.1",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2023.3",
"addon_lastTestedNVDAVersion": "2024.1",
# 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!
"addon_updateChannel": None,
"addon_updateChannel": "dev",
# Add-on license such as GPL 2
"addon_license": "GPL v2",
# URL for the license document the ad-on is licensed under
Expand Down

0 comments on commit 8c150aa

Please sign in to comment.