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