From 4d6fce59aba14161f70df984d3b16bc360717961 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Mon, 15 Jun 2015 15:13:46 -0400 Subject: [PATCH] Bumping to version 0.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6c0e06..4de71c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.0.2" +version = "0.0.3" authors = ["Matt McCoy "] repository = "https://github.com/mattnenterprise/rust-imap" description = "IMAP client for Rust"