From 02509a9df55e21f309fb0d8679abbf71a4408f43 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 14 Feb 2018 14:24:32 +0100 Subject: [PATCH] Bumped version to 0.13.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5321d03..52948c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.13.2" +version = "0.13.3" description = "A simple, thread-safe, and async-friendly library for IRC clients." authors = ["Aaron Weiss "] license = "MPL-2.0"