X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=49d59047d4f24d56024683fe9251999d8e321f7c;hb=0e1381b4a58f89c8764463ee71f089f4c65ca081;hp=5a08fd156e9653f60a648a2ad40393c298eb65d1;hpb=0f656d06e928bdfacc6c5b65dff87a148299565d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm index 5a08fd1..49d5904 100644 --- a/lib/Catalyst/Request/REST/ForBrowsers.pm +++ b/lib/Catalyst/Request/REST/ForBrowsers.pm @@ -3,7 +3,7 @@ use Moose; use namespace::autoclean; -our $VERSION = '0.95'; +our $VERSION = '0.96'; $VERSION = eval $VERSION; extends 'Catalyst::Request::REST';