Bumped version number to 0.13.

This commit is contained in:
Aaron Weiss 2018-01-28 04:27:08 +01:00
parent 59f426ac8d
commit c694367b57
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
2 changed files with 2 additions and 2 deletions

View file

@ -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 <awe@pdgn.co>"]
license = "MPL-2.0"

View file

@ -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.