build(release): Bump to v0.16.0

This commit is contained in:
Dheepak Krishnamurthy 2021-12-03 13:51:09 -07:00
parent 5d9e2f57cb
commit 850ae7fbfc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1525,7 +1525,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.15.1"
version = "0.16.0"
dependencies = [
"anyhow",
"async-std",

View file

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