Bump versions for release 0.05
t0m [Sun, 7 Jun 2009 00:39:59 +0000 (01:39 +0100)]
Changes
lib/Catalyst/Engine/Stomp.pm

diff --git a/Changes b/Changes
index c7173fb..4e3f54c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Engine::Stomp.
 
+0.05  Sun Jun 07 01:38:46 2009
     - Cleanups, tests and documentation additions.
     - Add namespace:autoclean
     - Handle 'no type' messages better, attempt to reply saying so.
index ae6e991..08fc0ec 100644 (file)
@@ -7,7 +7,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Engine::Embeddable';
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 has connection => (is => 'rw', isa => 'Net::Stomp');
 has conn_desc => (is => 'rw', isa => 'Str');