build(release): Bump to v0.14.8 🛠

This commit is contained in:
Dheepak Krishnamurthy 2021-11-03 08:19:52 -06:00
parent ae51e928cf
commit b009342896
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1401,7 +1401,7 @@ dependencies = [
[[package]] [[package]]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.14.7" version = "0.14.8"
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.7" version = "0.14.8"
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/"