From 3a80cc5759c49bc6e7f6876651e363e1a407972e Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sat, 24 Jun 2017 22:18:47 -0400 Subject: [PATCH] Bumped version to 0.12.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5955591..4186b60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.12.0" +version = "0.12.1" description = "A simple, thread-safe, and async-friendly IRC client library." authors = ["Aaron Weiss "] license = "MPL-2.0"