version 0.31 v0.31
Alexander Hartmaier [Mon, 9 Sep 2013 14:32:56 +0000 (16:32 +0200)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 2b4bb88..cf57c87 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.31   2013-09-09 16:30:00
         - Updated docs to reflect config key change from 'static' to
           'Plugin::Static::Simple' (RT#77709)
         - Migrated repository from subversion to git
index a0a00e7..39a8f77 100644 (file)
@@ -9,7 +9,7 @@ use MooseX::Types::Moose qw/ArrayRef Str/;
 use Catalyst::Utils;
 use namespace::autoclean;
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => ArrayRef[Str] );