Skip to content

Commit 5415205

Browse files
committed
chore: Release lan-mouse version 0.7.0
1 parent 1666fb8 commit 5415205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lan-mouse"
33
description = "Software KVM Switch / mouse & keyboard sharing software for Local Area Networks"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
repository = "https://github.com/ferdinandschober/lan-mouse"

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
rustPlatform.buildRustPackage {
77
pname = "lan-mouse";
8-
version = "0.6.0";
8+
version = "0.7.0";
99

1010
nativeBuildInputs = with pkgs; [
1111
pkg-config

0 commit comments

Comments
 (0)