From f035f4ad2a6126f07b7ff2d1e3b0fcc6a3f7caec Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 2 Jul 2023 17:28:04 -0400 Subject: [PATCH] =?UTF-8?q?build(release):=20Bump=20to=20v0.25.1=20?= =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1337ac..4aa361c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 729ef38..4684b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.25.0" +version = "0.25.1" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"