Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Oct 4, 2021
1 parent 1dde8ff commit faaf44f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terminal-twitch-chat"
version = "1.1.2"
version = "1.1.3"
authors = ["Xithrius <[email protected]>"]
edition = "2018"
description = "Twitch chat in the terminal."
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]

[dependencies]
crossterm = "0.21.0"
tui = { version = "0.16.0", default-features = false, features = ['crossterm'] }
tui = { version = "0.16.0", default-features = false, features = ["crossterm"] }
anyhow = "1.0.44"
rand = "0.8.4"
unicode-width = "0.1.9"
Expand Down

0 comments on commit faaf44f

Please sign in to comment.