Bump versions
Tomas Doran [Tue, 6 Oct 2009 16:41:12 +0000 (16:41 +0000)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index bb76923..04c129b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.23   2009-10-06 17:40:39
         - Move actions out of TestApp into a Root controller as
           this is now deprecated.
 
index 9da6796..a905e68 100644 (file)
@@ -9,7 +9,7 @@ use IO::File ();
 use MIME::Types ();
 use MRO::Compat;
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 __PACKAGE__->mk_accessors( qw/_static_file _static_debug_message/ );