Bump versions 0.80
Tomas Doran [Sat, 19 Dec 2009 14:55:02 +0000 (14:55 +0000)]
Changes
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index 83b234a..dae830f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80
+
   Convert all classes to Moose
 
   Change Catalyst::Request::REST to be a mostly empty class, with
index 68ed90a..a525ed6 100644 (file)
@@ -10,7 +10,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.79';
+our $VERSION = '0.80';
 $VERSION = eval $VERSION;
 
 sub new {
index f2c6a3f..847fa69 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Controller::REST;
 use Moose;
 use namespace::autoclean;
 
-our $VERSION = '0.79';
+our $VERSION = '0.80';
 $VERSION = eval $VERSION;
 
 =head1 NAME