From 5328d5b9f27e3a97620cc00b96a32a3c6f650276 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Feb 2014 09:46:50 +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 83aeab7..db717ba 100644 --- a/mime-mail/mime-mail.cabal +++ b/mime-mail/mime-mail.cabal @@ -1,5 +1,5 @@ Name: mime-mail -Version: 0.4.3 +Version: 0.4.4 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