From fae710aab602caf89286ea31076d02de3894d57e Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Fri, 16 Jun 2023 09:37:43 +0200 Subject: [PATCH] chore: Release lan-mouse version 0.1.1-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e9c071..1c65d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "lan-mouse" -version = "0.1.0" +version = "0.1.1-alpha.1" dependencies = [ "anyhow", "memmap", diff --git a/Cargo.toml b/Cargo.toml index 6c53752..5894790 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.0" +version = "0.1.1-alpha.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ferdinandschober/lan-mouse"