From 3348417c7a9c83969bdd20eb1262b66e4abb0cd1 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sun, 28 Jan 2018 04:55:06 +0100 Subject: [PATCH] Bumped version number to 0.13.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffb867d..82c0044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.13.0" +version = "0.13.1" description = "A simple, thread-safe, and async-friendly library for IRC clients." authors = ["Aaron Weiss "] license = "MPL-2.0"