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 = []