From f8fc84b2bef4335cf56abf4df67677f0fd4065d1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 19 Mar 2026 22:43:41 +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 ad4e1a5..ef6bb5b 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.1', + 'addon_version': '1.3.0', # Author(s) 'addon_author': 'onyx-and-iris ', # URL for the add-on documentation support diff --git a/pyproject.toml b/pyproject.toml index 2bc0fec..98a21b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nvda-addon-voicemeeter" -version = "1.2.1" +version = "1.3.0" description = "A GUI-less NVDA Addon for Voicemeeter using the Remote API" authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }] dependencies = []