From c1b374cce75f016a9004337197c1d01fd9657118 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 19 Mar 2026 06:17:55 +0000 Subject: [PATCH] patch bump --- buildVars.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildVars.py b/buildVars.py index d243e49..ad4e1a5 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.2.0', + 'addon_version': '1.2.1', # Author(s) 'addon_author': 'onyx-and-iris ', # URL for the add-on documentation support diff --git a/pyproject.toml b/pyproject.toml index e7d15f1..2bc0fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nvda-addon-voicemeeter" -version = "1.2.0" +version = "1.2.1" description = "A GUI-less NVDA Addon for Voicemeeter using the Remote API" authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }] dependencies = []