diff --git a/Cargo.lock b/Cargo.lock index d6b84c6..6704899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "lan-mouse" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 3457eac..099eec5 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.0" +version = "0.7.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ferdinandschober/lan-mouse"