From 1e52fa83251828cf2b22cee94a71404b17a309ab Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Mon, 11 Jan 2016 10:39:33 -0500 Subject: [PATCH] Incrementing version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 936a355..aef8c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.0.4" +version = "0.0.5" authors = ["Matt McCoy "] repository = "https://github.com/mattnenterprise/rust-imap" description = "IMAP client for Rust"