minor bump

This commit is contained in:
onyx-and-iris 2026-03-19 22:43:41 +00:00
parent 87d0d6541d
commit f8fc84b2be
2 changed files with 2 additions and 2 deletions

View File

@ -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 <code@onyxandiris.online>',
# URL for the add-on documentation support

View File

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