v2.0.0 -> v2.0.1

This commit is contained in:
Xithrius 2022-12-10 11:53:13 -08:00
parent b8091c5667
commit 2b9cf4951e
No known key found for this signature in database
GPG Key ID: DADE524BA67AA52E
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1492,7 +1492,7 @@ dependencies = [
[[package]]
name = "twitch-tui"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "twitch-tui"
version = "2.0.0"
version = "2.0.1"
authors = ["Xithrius <xithrius@gmail.com>"]
edition = "2021"
rust-version = "1.61.0"