From a91260163cc31823c2246e0e7f8889599734d35f Mon Sep 17 00:00:00 2001 From: Rusty Pickle Date: Wed, 23 Oct 2024 21:36:25 +0600 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 749f6fd..ef0cd9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "rex-tui" -version = "0.1.17" +version = "0.1.18" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 559fef9..c269194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rex-tui" -version = "0.1.17" +version = "0.1.18" edition = "2021" authors = ["TheRustyPickle "] readme = "README.md"