From: Tomas Doran Date: Thu, 14 Jan 2010 20:56:46 +0000 (+0000) Subject: Bump versions for release X-Git-Tag: 0.81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=refs%2Ftags%2F0.81 Bump versions for release --- diff --git a/Changes b/Changes index e170bd8..2f24462 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81 + Add a JSONP serialization type. Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80 diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index a525ed6..536a94a 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -10,7 +10,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.80'; +our $VERSION = '0.81'; $VERSION = eval $VERSION; sub new { diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index b7d4953..d4e1b95 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use Moose; use namespace::autoclean; -our $VERSION = '0.80'; +our $VERSION = '0.81'; $VERSION = eval $VERSION; =head1 NAME