From 1bc25c74ddd5e13a40e7c335482d9e127dc5bb23 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 3 Sep 2022 20:53:46 +0100 Subject: [PATCH] dependency bump patch bump --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed9111e..f7b382b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -84,7 +84,7 @@ python-versions = ">=3.7" [[package]] name = "vban-cmd" -version = "1.4.1" +version = "1.4.2" description = "Python interface for the VBAN RT Packet Service (Sendtext)" category = "main" optional = false diff --git a/pyproject.toml b/pyproject.toml index eac2171..aebf841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-compact" -version = "1.4.1" +version = "1.4.2" description = "A Compact Voicemeeter Remote App" authors = ["onyx-and-iris "] license = "MIT"