diff --git a/Cargo.toml b/Cargo.toml index fd86cda..feac3fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.12.5" -description = "A simple, thread-safe, and async-friendly IRC client library." +version = "0.12.6" +description = "A simple, thread-safe, and async-friendly library for IRC clients." authors = ["Aaron Weiss "] license = "MPL-2.0" keywords = ["irc", "client", "thread-safe", "async", "tokio"]