Bumped version
Devin Austin [Sun, 17 Jan 2010 19:17:00 +0000 (19:17 +0000)]
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

index bc79230..cd258e3 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 has 'mailer' => (
     is      => 'rw',
index fc66ba7..280cf84 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util qw/ blessed /;
 use Data::Dumper;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 =head1 NAME