diff --git a/buildVars.py b/buildVars.py index 5d76c5d..a54c1a0 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,15 +19,15 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("""Adds 3D audio for controls and replaces control messages. This updated version uses Synthizer and is compatible with NVDA 2022.1."""), # version - "addon_version" : "0.9.4", + "addon_version" : "0.9.5", # Author(s) "addon_author" : "Camlorn , Bryan Smart< Bryansmart@bryansmart.com>, Masonasons ", # URL for the add-on documentation support - "addon_url" : "https://github.com/masonasons/unspoken", + "addon_url" : "https://github.com/brynify/unspoken", # Documentation file name "addon_docFileName" : "readme.html", "addon_minimum_nvda_version" : "2021.1", - "addon_last_tested_nvda_version" : "2022.1", + "addon_last_tested_nvda_version" : "2023.1", }