From 3e017da4afa9ac15b32a30730b80ad3d3798ae2c Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Wed, 12 Jul 2017 20:59:31 -0400 Subject: [PATCH] Bump version from 0.3.2 -> 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c528eec..b1d5c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.3.2" +version = "0.3.3" authors = ["Matt McCoy "] documentation = "http://mattnenterprise.github.io/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"