From 6857e62a98cf0d03d9e9bef258c9260a0b503f80 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Wed, 27 Oct 2021 02:42:32 -0700 Subject: [PATCH] Bumped version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49d996aa..9fcd1737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "twitch-tui" -version = "1.2.3" +version = "1.3.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2c86e4e7..003e2e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch-tui" -version = "1.2.3" +version = "1.3.0" authors = ["Xithrius "] edition = "2018" description = "Twitch chat in the terminal."