Skip to content

Commit

Permalink
Change compatibility range with NVDA
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Dec 26, 2023
1 parent 3ca015d commit f4d38ab
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 @@ -19,17 +19,17 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""Bluetooth Audio is an NVDA add-on that improves sound quality when working with bluetooth headphones or speakers."""),
# version
"addon_version" : "1.5.2",
"addon_version" : "1.5.3",
# Author(s)
"addon_author" : u"Tony Malykh <anton.malykh@gmail.com>",
# URL for the add-on documentation support
"addon_url" : "https://github.com/mltony/nvda-bluetooth-audio",
# Documentation file name
"addon_docFileName" : "readme.html",
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
"addon_minimumNVDAVersion" : "2019.2.0",
"addon_minimumNVDAVersion" : "2019.3.0",
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion" : "2024.1",
"addon_lastTestedNVDAVersion" : "2023.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,
}
Expand Down

0 comments on commit f4d38ab

Please sign in to comment.