From db96717044268f6f0286ee8b7d4d8c97064ad279 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Fri, 22 Mar 2024 12:46:57 +0100 Subject: [PATCH] chore: Release lan-mouse version 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"