X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=d1ad1e66f48e0e4723e757acd8e7ed84ef69b4e7;hb=d0822465cc09629df95ad9c522bce758f2badc8c;hp=d9482d30a97135ed2da5a0e4be822a150a2555ef;hpb=351f252f57354a5a0c50e3c931b0addd4f1988ff;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index d9482d3..d1ad1e6 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.98'; +our $VERSION = '1.02'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';