From c7de6bf39ea83c6b067e81f93df61af5089d0c8b Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 12 Jan 2022 08:07:35 -0700 Subject: [PATCH] build(release): Bump to v0.18.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 286fa27..b9249b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.18.1" +version = "0.18.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 85a93b0..42426cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.18.1" +version = "0.18.2" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"