diff --git a/Cargo.lock b/Cargo.lock index b795ed7..0261158 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "tmi" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index be38ba5..498c1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmi" -version = "0.5.0" +version = "0.6.0" authors = ["jprochazk "] description = "twitch.tv messaging interface" repository = "https://github.com/jprochazk/tmi-rs"