From a9f76a00184c2d5d96fe3a346f1e7862ea9dfb87 Mon Sep 17 00:00:00 2001 From: Cyrille Bougot Date: Fri, 16 Feb 2024 15:14:54 +0100 Subject: [PATCH] Version 3.6 --- buildVars.py | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index b4b5e97..005ba84 100644 --- a/buildVars.py +++ b/buildVars.py @@ -27,7 +27,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""This add-on improves the use of Windows Magnifier with NVDA."""), # version - "addon_version": "3.5", + "addon_version": "3.6", # Author(s) "addon_author": "Cyrille Bougot ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index a222284..2c3fb9d 100644 --- a/readme.md +++ b/readme.md @@ -154,6 +154,10 @@ None of the Magnifier native commands can be modified. ## Change log +### Version 3.6 + +* Fixed erroneous compatibility range. + ### Version 3.5 * Prepares compatibility with NVDA 2024.1.