build(release): Bump to v0.25.0 🛠

This commit is contained in:
Dheepak Krishnamurthy 2023-07-02 10:37:45 -04:00
parent 43ce1b0952
commit 9d83a5c08a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1302,7 +1302,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.24.2"
version = "0.25.0"
dependencies = [
"anyhow",
"better-panic",

View file

@ -1,6 +1,6 @@
[package]
name = "taskwarrior-tui"
version = "0.24.2"
version = "0.25.0"
license = "MIT"
description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/"