Bump versions v0.27
Tomas Doran [Sun, 3 Jan 2010 14:50:00 +0000 (14:50 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index b20d0d9..fb1a150 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.27   2010-01-03 14:49:00
         - Switch to being a Moose role, removing dependencies on
           Class::Data::Inheritable and Class::Accessor (Andrey Kostenko in
           RT#51089)
index 4f1a1c9..c7708e6 100644 (file)
@@ -7,7 +7,7 @@ use IO::File ();
 use MIME::Types ();
 use namespace::autoclean;
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => 'Str' );