0.70 0.70
Hans Dieter Pearcey [Sat, 28 Mar 2009 06:22:35 +0000 (02:22 -0400)]
Changes
README
lib/Catalyst/Action/REST.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index d508841..ea9d1e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
-???
+Fri Mar 27 23:21:17 PDT 2009 (hdp) - Release 0.70
   Tests that use JSON were either not checking for the version or checking in a
-  way that was a syntax error. (hdp)
+  way that was a syntax error.
 
 Thu Mar 26 14:16:03 PDT 2009 (hdp) - Release 0.69
   Fix RT#32342, deprecated config loses default map (hdp)
diff --git a/README b/README
index 2d4c6c4..5766808 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Catalyst::Controller::REST - A RESTful controller
 
 VERSION
-    0.69
+    0.70
 
 SYNOPSIS
         package Foo::Controller::Bar;
index 65caac5..d05fd08 100644 (file)
@@ -18,7 +18,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.69';
+our $VERSION = '0.70';
 
 sub new {
   my $class  = shift;
index 458a89b..cbe444a 100644 (file)
@@ -1,6 +1,6 @@
 package Catalyst::Controller::REST;
 
-our $VERSION = '0.69';
+our $VERSION = '0.70';
 
 =head1 NAME