From 6c12156e30a943e83293381744ab21f238a3f0fd Mon Sep 17 00:00:00 2001 From: Xithrius Date: Sun, 24 Oct 2021 23:10:36 -0700 Subject: [PATCH] Changed binary name from 'ttc' to 'twt' --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17919efa..49d996aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "twitch-tui" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4a21e1bd..2c86e4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch-tui" -version = "1.2.2" +version = "1.2.3" authors = ["Xithrius "] edition = "2018" description = "Twitch chat in the terminal." @@ -32,4 +32,4 @@ lazy_static = "1.4.0" [[bin]] bench = false path = "src/main.rs" -name = "ttc" +name = "twt"