From 64ca0e6f4afcd33efef66d9cb886ebb28c5c35e3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 23 Jun 2013 15:02:02 +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 5ad460e..25f4e79 100644 --- a/mime-mail/mime-mail.cabal +++ b/mime-mail/mime-mail.cabal @@ -1,5 +1,5 @@ Name: mime-mail -Version: 0.4.1.2 +Version: 0.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