From 102b64f2b4fa34a51edece91a8a66d4d9004404c Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Thu, 21 Mar 2024 13:04:22 +0100 Subject: [PATCH] chore: Release lan-mouse version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"