From e3f06e35ff7740173888a93e6f5bed1012101179 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Mar 2014 10:14:34 +0300 Subject: [PATCH] Version bump --- mime-mail/mime-mail.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-mail/mime-mail.cabal b/mime-mail/mime-mail.cabal index fba149c..ace0f6f 100644 --- a/mime-mail/mime-mail.cabal +++ b/mime-mail/mime-mail.cabal @@ -1,5 +1,5 @@ Name: mime-mail -Version: 0.4.4.1 +Version: 0.4.4.2 Synopsis: Compose MIME email messages. Description: This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP. Homepage: http://github.com/snoyberg/mime-mail