From ffb6959493a2e2ddfdf35d2c29d5e69e9bc3f813 Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 20 Aug 2019 06:58:28 -0700 Subject: [PATCH] Add-on Updater 19.09 Signed-off-by: Joseph Lee --- buildVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index 1651c78b..c44bb737 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # 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" : "19.07", + "addon_version" : "19.09", # Author(s) "addon_author" : u"Joseph Lee ", # URL for the add-on documentation support