From f531577935502ff73f5964ebb73931fd647f37db Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Thu, 7 May 2020 16:31:41 -0400 Subject: [PATCH] Bumped version to 0.14.0 (for both irc and irc-proto). --- Cargo.toml | 2 +- irc-proto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b112708e..b30ce6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc" -version = "0.13.6" +version = "0.14.0" description = "the irc crate – usable, async IRC for Rust " authors = ["Aaron Weiss "] license = "MPL-2.0" diff --git a/irc-proto/Cargo.toml b/irc-proto/Cargo.toml index 4dc7e6e2..5233c2ac 100644 --- a/irc-proto/Cargo.toml +++ b/irc-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irc-proto" -version = "0.0.0" +version = "0.14.0" description = "The IRC protocol distilled." authors = ["Aaron Weiss "] license = "MPL-2.0"