From f458fb8d0e1310189de24320d4f61cc310545e0e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 19 Mar 2026 05:33:25 +0000 Subject: [PATCH] minor bump --- buildVars.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index 3e3a42b..d243e49 100644 --- a/buildVars.py +++ b/buildVars.py @@ -28,7 +28,7 @@ addon_info = { The add-on requires Voicemeeter to be installed.""" ), # version - 'addon_version': '1.1.1', + 'addon_version': '1.2.0', # Author(s) 'addon_author': 'onyx-and-iris ', # URL for the add-on documentation support diff --git a/pyproject.toml b/pyproject.toml index 1d87e66..e7d15f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nvda-addon-voicemeeter" -version = "1.1.1" +version = "1.2.0" description = "A GUI-less NVDA Addon for Voicemeeter using the Remote API" authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }] dependencies = []