Bump to v0.13.10

This commit is contained in:
Dheepak Krishnamurthy 2021-04-06 23:34:27 -06:00
parent 55dbcd41ca
commit 6eaf82d845
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1381,7 +1381,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.13.9"
version = "0.13.10"
dependencies = [
"anyhow",
"async-std",

View file

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