From 0cf8fd49af95182f3e2e166cf257229180a14b42 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Tue, 9 Dec 2014 17:26:13 -0500 Subject: [PATCH] Updated version to 0.5.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecf78c5..8d9300f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.5.2" +version = "0.5.3" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense"