From eb9a80320c062a741187fc19d556dcb84acfe354 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Tue, 29 Aug 2023 00:39:39 -0400 Subject: [PATCH] =?UTF-8?q?build(release):=20Bump=20to=20v0.25.3=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 0d0e3bdc..8fcb7c6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.25.2" +version = "0.25.3" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index f2df8006..3dcf60fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.25.2" +version = "0.25.3" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"