From 61c7c0ff0a5a5935f439aef22b2a2dcd91415f28 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Thu, 2 Mar 2017 17:17:25 -0500 Subject: [PATCH] Updating version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce9cecb..9556465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.1.0" +version = "0.1.1" authors = ["Matt McCoy "] documentation = "http://mattnenterprise.github.io/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"