From b096fbca7973d653c327b4ad7e03f10675710d1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jul 2024 04:41:57 +0000 Subject: [PATCH] chore(release): 0.27.3 [skip ci] ## [0.27.3](https://github.com/ShadowBlip/InputPlumber/compare/v0.27.2...v0.27.3) (2024-07-10) ### Bug Fixes * **SourceDevice:** implement source device client for channel communication ([9a1dabe](https://github.com/ShadowBlip/InputPlumber/commit/9a1dabebd07bea1a7385c8438f625e2a8001e98e)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c01b7514..84ebffa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inputplumber" -version = "0.27.2" +version = "0.27.3" edition = "2021" license = "GPL-3.0-or-later" description = "Open source input manager for Linux"