From 4754e0ff2fca02564438fe528e15806ddc7ddbc8 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Wed, 20 Mar 2024 00:39:15 -0400 Subject: [PATCH] Beta release --- buildVars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index c9edd4e..bbb8d66 100644 --- a/buildVars.py +++ b/buildVars.py @@ -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": _("""Logs speech utterances to a file, after the user presses an initiating key. Can also log NVDA remote session speech from the NVDA Remote add-on, to the same or another file."""), # version - "addon_version": "24.1.0", + "addon_version": "24.1.100", # Author(s) "addon_author": "Luke Davis , James Scholes", # URL for the add-on documentation support @@ -41,7 +41,7 @@ def _(arg): # 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": "beta", # Add-on license such as GPL 2 "addon_license": "GPL 2", # URL for the license document the ad-on is licensed under