Bump to v0.8.7

This commit is contained in:
Dheepak Krishnamurthy 2020-10-24 20:42:34 -06:00
parent 2bb68d2755
commit fe81fc4fa7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -700,7 +700,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.8.6"
version = "0.8.7"
dependencies = [
"cassowary",
"chrono",

View file

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