build(release): Bump to v0.14.4 🛠

This commit is contained in:
Dheepak Krishnamurthy 2021-10-29 13:42:04 -06:00
parent 1818f1ff4e
commit 7a5393860e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1384,7 +1384,7 @@ dependencies = [
[[package]] [[package]]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.14.3" version = "0.14.4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-std", "async-std",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.14.3" version = "0.14.4"
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/"