Bump to v0.13.0

This commit is contained in:
Dheepak Krishnamurthy 2021-03-31 02:16:15 -06:00
parent 1135686007
commit bf8bbb9ae1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1265,7 +1265,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.12.2"
version = "0.13.0"
dependencies = [
"anyhow",
"async-std",

View file

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