From af48f2d7e35f0cd337231de7bcc18e931d015305 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 3 Mar 2014 20:01:33 +0200 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 db717ba..fba149c 100644 --- a/mime-mail/mime-mail.cabal +++ b/mime-mail/mime-mail.cabal @@ -1,5 +1,5 @@ Name: mime-mail -Version: 0.4.4 +Version: 0.4.4.1 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