Bumped version mentioned in README.md.

This commit is contained in:
Aaron Weiss 2016-04-23 20:36:38 -04:00
parent d99d8d0a05
commit 4ab3f72c84
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -10,7 +10,7 @@ features. These are, however, strictly optional and can be disabled accordingly.
## Getting Started ##
To start using this library with cargo, you can simply add `irc = "0.10.0"` to your dependencies to
To start using this library with cargo, you can simply add `irc = "0.11.0"` to your dependencies to
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 a small template to get a feel for the library.