From aac24ec9eaa93e74405a26f938d2f7026900fbb4 Mon Sep 17 00:00:00 2001 From: Devin R Date: Mon, 20 Jul 2020 18:38:23 -0400 Subject: [PATCH] Bump version to reflect the release version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a20872..f5f1b29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "rumatui" -version = "0.1.18" +version = "0.1.19" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f4ba002..4872c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumatui" -version = "0.1.18" +version = "0.1.19" authors = ["Devin R "] license = "MIT/Apache-2.0" description = "A click-able command-line Matrix client."