X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=fb47fa67a816a5ffcd6dfceb546c5189b5570a4e;hp=60d4267b30d319c7647728be96847fd041612972;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;hpb=81b9fff3b22ae35a62336537466568c7aa54b384 diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 60d4267..fb47fa6 100644 --- a/lib/Catalyst/Action/REST/ForBrowsers.pm +++ b/lib/Catalyst/Action/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ package Catalyst::Action::REST::ForBrowsers; use Moose; use namespace::autoclean; -our $VERSION = '1.09'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';