bumped version
Devin Austin [Mon, 18 Jan 2010 21:42:08 +0000 (21:42 +0000)]
dist.ini
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

index a411b48..7f8a304 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name = Catalyst-View-Email
 author = J. Shirley <jshirley@gmail.com>
-version = 0.17
+version = 0.19
 license = Perl_5
 copyright_holder = J. Shirley
 
index cd258e3..e12ad73 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 has 'mailer' => (
     is      => 'rw',
index 72c83a1..c09909a 100644 (file)
@@ -5,7 +5,7 @@ use Carp;
 use Scalar::Util qw/ blessed /;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.17';
+our $VERSION = '0.19';
 
 =head1 NAME