diff --git a/Cargo.lock b/Cargo.lock index 9eea32d2..a348b139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "lan-mouse" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 89be667c..97f79927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lan-mouse" description = "Software KVM Switch / mouse & keyboard sharing software for Local Area Networks" -version = "0.7.2" +version = "0.7.3" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ferdinandschober/lan-mouse"