X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=90363ee7d7f9aa8dc932cc56a46b3c292e60a147;hb=44fa7f9429568532ea892e2020c20177b71cb736;hp=24068f6fd576aa85912bad55af3637d3aa8840b0;hpb=2a1aa89ced4e33172ca586e9b606ac61134f2d87;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 24068f6..90363ee 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 = '0.88'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';