From 92ffbc7b2887d73253121e437b05a6506dbffad1 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Thu, 22 Jun 2017 19:37:35 -0400 Subject: [PATCH] Updated version number in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8e42b..87069f3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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.11.0"` to your dependencies to +To start using this library with cargo, you can simply add `irc = "0.12.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.