From f0bb1f71ba174b14c1cb7bc708784549677cb28f Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sat, 13 Dec 2014 03:36:53 -0500 Subject: [PATCH] Updated version to 0.5.5. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27d31d8..fcb5ff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "irc" -version = "0.5.4" +version = "0.5.5" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense"