From c3eb1df4f4311de843179b03673296136ded0d2f Mon Sep 17 00:00:00 2001 From: yuzhiyong Date: Mon, 7 Oct 2024 15:40:44 +0800 Subject: [PATCH] chore: version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db5fda5..f6e211c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autohide-tdrop" -version = "1.1.3" +version = "1.1.4" dependencies = [ "x11rb", ] diff --git a/Cargo.toml b/Cargo.toml index 32bde7c..f53b5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autohide-tdrop" -version = "1.1.3" +version = "1.1.4" edition = "2021" description = "100% pure rust implementation that can automatically hide terminals or other applications managed by tdrop when they lose focus" authors = ["backtolife2021"]