X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=ed35347ebc1148384a85a66eef0e994b00841c19;hb=40de934ce925aa9fbf1d2fa15846b5c0de9ec790;hp=652edd490d954433f5ffcab54ec75f5ebadc4ac1;hpb=437557a1c001b42f5f494b3eed383d507551811c;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 652edd4..ed35347 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.89'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';