X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=f5550667237b5c37f9854783482ddd78729efb91;hb=05b98ffc56285f5b17e81156b227dfd2d03553da;hp=f890ed776984607db0e24215706cbac8503bb2ec;hpb=8004a60b5d676a98f1a9d5cb1ad6a63ac6402617;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index f890ed7..f555066 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.00'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';