bumped version again as i missed it in Template v0.16
Devin Austin [Wed, 13 Jan 2010 01:39:16 +0000 (01:39 +0000)]
lib/Catalyst/View/Email.pm
lib/Catalyst/View/Email/Template.pm

index 390d739..dbcf82e 100644 (file)
@@ -8,7 +8,7 @@ use Email::Sender::Simple qw/ sendmail /;
 use Email::MIME::Creator;
 extends 'Catalyst::View';
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 has 'mailer' => (
     is      => 'rw',
index 0a9749f..fc66ba7 100644 (file)
@@ -6,7 +6,7 @@ use Scalar::Util qw/ blessed /;
 use Data::Dumper;
 extends 'Catalyst::View::Email';
 
-our $VERSION = '0.13.01';
+our $VERSION = '0.16';
 
 =head1 NAME