From 0a775b6aa6ab872a3149f15c50c9099983e1ec55 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 5 May 2022 20:38:07 -0700 Subject: [PATCH] Version 0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dba3fe7..e8c4032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c19e2c1..8d10ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"