From fc336f5a7b6d54219b0f6c1f0c4f97b9fc27338f Mon Sep 17 00:00:00 2001 From: Xithrius Date: Tue, 22 Feb 2022 02:39:59 -0800 Subject: [PATCH] Bumped application version to 2.0.0-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebdbe3f4..5a1bdf0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1283,7 +1283,7 @@ dependencies = [ [[package]] name = "twitch-tui" -version = "1.6.0" +version = "2.0.0-alpha.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d8c1e917..1f16190b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch-tui" -version = "1.6.0" +version = "2.0.0-alpha.1" authors = ["Xithrius "] edition = "2018" description = "Twitch chat in the terminal."