Bump to v0.9.10

This commit is contained in:
Dheepak Krishnamurthy 2021-02-05 17:22:24 -07:00
parent a9fb9651da
commit 01d6f66f4e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -770,7 +770,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.9.9"
version = "0.9.10"
dependencies = [
"better-panic",
"cassowary",

View file

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