diff --git a/imap-proto/Cargo.toml b/imap-proto/Cargo.toml index 38dc8a1..9831882 100644 --- a/imap-proto/Cargo.toml +++ b/imap-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap-proto" -version = "0.4.0" +version = "0.4.1" authors = ["Dirkjan Ochtman "] description = "IMAP protocol parser and data structures" documentation = "https://docs.rs/imap-proto"