build(release): Bump to v0.25.3 🛠

This commit is contained in:
Dheepak Krishnamurthy 2023-08-29 00:39:39 -04:00
parent 7579a12741
commit eb9a80320c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1329,7 +1329,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.25.2"
version = "0.25.3"
dependencies = [
"anyhow",
"better-panic",

View file

@ -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/"