From b839097cb2d2ccbb20fafa435893ee55b5be965e Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Tue, 19 Sep 2023 19:47:55 +0200 Subject: [PATCH] chore: Release lan-mouse version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6657ed1..cc993e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "lan-mouse" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 2b08d43..0a5c4da 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.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ferdinandschober/lan-mouse"