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."