build(release): Bump to v0.18.5

This commit is contained in:
Dheepak Krishnamurthy 2022-01-27 07:16:49 -07:00
parent 8ba701e687
commit aa68c7103d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1518,7 +1518,7 @@ dependencies = [
[[package]]
name = "taskwarrior-tui"
version = "0.18.4"
version = "0.18.5"
dependencies = [
"anyhow",
"async-std",

View file

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