bumped version, prettied up Changes v0.14
Devin Austin [Wed, 13 Jan 2010 01:23:50 +0000 (01:23 +0000)]
Changes
lib/Catalyst/View/Email.pm

diff --git a/Changes b/Changes
index 7835eef..1a3eacd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::View::Email.
 
-0.13.01 2010-01-09
+0.14    2010-01-09
         - Ported over to using Email::Sender::Simple, and Moose
                - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
                  it die.
index 3c61149..3d7cf12 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.13.01';
+our $VERSION = '0.14';
 
 has 'mailer' => (
     is      => 'rw',