Version 0.10 0.10
Tomas Doran [Tue, 14 Dec 2010 14:33:21 +0000 (14:33 +0000)]
Changes
README
lib/Catalyst/View/Component/SubInclude.pm
lib/Catalyst/View/Component/SubInclude/SSI.pm

diff --git a/Changes b/Changes
index 53ee257..e11f295 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Catalyst-View-Component-SubInclude
 
-0.10
+0.10  Tue 14 Dec 14:32:00 2010
       - Add HTTP support (Wallace Reis)
 
 0.09  Thu 10 June 21:24:00 2010
diff --git a/README b/README
index 3b66a9e..79bcf4c 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     views
 
 VERSION
-    Version 0.09
+    Version 0.10
 
 SYNOPSIS
       package MyApp::View::TT;
index 8c23b02..9c52528 100644 (file)
@@ -15,7 +15,7 @@ Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views
 
 =head1 VERSION
 
-Version 0.09
+Version 0.10
 
 =cut
 
index f73123f..a0a885e 100644 (file)
@@ -8,11 +8,11 @@ Catalyst::View::Component::SubInclude::SSI - Server Side Includes (SSI) plugin f
 
 =head1 VERSION
 
-Version 0.09
+Version 0.10
 
 =cut
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 $VERSION = eval $VERSION;
 
 =head1 SYNOPSIS