diff --git a/Cargo.toml b/Cargo.toml index 2d69270..ffb867d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.12.8" +version = "0.13.0" description = "A simple, thread-safe, and async-friendly library for IRC clients." authors = ["Aaron Weiss "] license = "MPL-2.0" diff --git a/README.md b/README.md index 1fd7117..77cf774 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ can be disabled accordingly. ## Getting Started ## -To start using this library with cargo, you can simply add `irc = "0.12"` to your dependencies in +To start using this library with cargo, you can simply add `irc = "0.13"` to your dependencies in your Cargo.toml file. You'll likely want to take a look at some of the examples, as well as the documentation. You'll also be able to find below a small template to get a feel for the library.