Bump to v0.06, adding in Mason tests and better config handling
[catagits/Catalyst-View-Email.git] / lib / Catalyst / View / Email.pm
index b5593a4..7fa09dc 100644 (file)
@@ -11,7 +11,7 @@ use Email::MIME::Creator;
 
 use base qw|Catalyst::View|;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 __PACKAGE__->mk_accessors(qw(sender stash_key content_type mailer));