diff --git a/configs/vban.toml b/configs/vban.toml index 9e8ec91..33fbe27 100644 --- a/configs/vban.toml +++ b/configs/vban.toml @@ -4,10 +4,10 @@ # kind = 'banana' # ip = '' # streamname = 'Command1' -# port = 6990 +# port = 6980 # [connection-2] # kind = 'potato' # ip = '' # streamname = 'Command1' -# port = 6990 +# port = 6980 diff --git a/poetry.lock b/poetry.lock index 8641852..ed1d523 100644 --- a/poetry.lock +++ b/poetry.lock @@ -84,7 +84,7 @@ python-versions = ">=3.7" [[package]] name = "vban-cmd" -version = "1.5.2" +version = "1.5.3" description = "Python interface for the VBAN RT Packet Service (Sendtext)" category = "main" optional = false @@ -95,7 +95,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} [[package]] name = "voicemeeter-api" -version = "0.8.1" +version = "0.8.2" description = "A Python wrapper for the Voiceemeter API" category = "main" optional = false @@ -107,7 +107,7 @@ tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "0fc1f7b08a87f389504c898142c5a0f2ed20c8f56deabb3028fa815774b7fc98" +content-hash = "2da10e88db831f9945432bd84f6423aa16985e1d99cdd95d886101a361a5a922" [metadata.files] black = [] diff --git a/pyproject.toml b/pyproject.toml index 26e24a6..b0f8794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voicemeeter-compact" -version = "1.6.0" +version = "1.6.1" description = "A Compact Voicemeeter Remote App" authors = ["onyx-and-iris "] license = "MIT" @@ -16,8 +16,8 @@ include = ["vmcompact/img/cat.ico"] python = "^3.10" sv-ttk = "^2.0" tomli = { version = "^2.0.1", python = "<3.11" } -voicemeeter-api = "^0.8.1" -vban-cmd = "^1.5.2" +voicemeeter-api = "^0.8.2" +vban-cmd = "^1.5.3" [tool.poetry.dev-dependencies] black = {version = "^22.6.0", allow-prereleases = true}