From c694367b57d5099887c9f9a8e469da88a59b5992 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 28 Jan 2018 04:27:08 +0100 Subject: [PATCH] Bumped version number to 0.13. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.