X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=24b2fa5c2bff409daf7b7886a76ac867da880d1a;hb=refs%2Ftags%2F0.90;hp=652edd490d954433f5ffcab54ec75f5ebadc4ac1;hpb=e7d5f107746a49a827071c0b361e0a7dcf01e1e5;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 652edd4..24b2fa5 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 = '0.90'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';