Version 0.3.4

This commit is contained in:
Takashi Kokubun 2022-05-05 20:38:07 -07:00
parent 3494c0a546
commit 0a775b6aa6
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1059,7 +1059,7 @@ dependencies = [
[[package]] [[package]]
name = "xremap" name = "xremap"
version = "0.3.3" version = "0.3.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "xremap" name = "xremap"
version = "0.3.3" version = "0.3.4"
edition = "2021" edition = "2021"
description = "Dynamic key remapp for X and Wayland" description = "Dynamic key remapp for X and Wayland"
license = "MIT" license = "MIT"