diff --git a/Cargo.lock b/Cargo.lock index 35047c14..ab7b77ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,7 +1137,7 @@ dependencies = [ [[package]] name = "twitch-tui" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 30e863a2..bf6be1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch-tui" -version = "1.3.0" +version = "1.4.0" authors = ["Xithrius "] edition = "2018" description = "Twitch chat in the terminal."