build(release): Bump to v0.14.5 🛠

This commit is contained in:
Dheepak Krishnamurthy 2021-10-30 17:41:58 -06:00
parent 1ff561b417
commit 77dd125c73
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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