build(release): Bump to v0.25.1 🛠

This commit is contained in:
Dheepak Krishnamurthy 2023-07-02 17:28:04 -04:00
parent fe2c218a09
commit f035f4ad2a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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