From 4fe5e02c4429f19930a58e5b83eb9bdfc6cc0443 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Thu, 10 Aug 2023 21:29:21 -0700 Subject: [PATCH] 2.4.1 -> 2.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b380a73f..8eb71e6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "twitch-tui" -version = "2.4.0" +version = "2.5.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 8c519b2e..9c27fe7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch-tui" -version = "2.4.0" +version = "2.5.0" authors = ["Xithrius "] edition = "2021" rust-version = "1.65.0"