X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST%2FForBrowsers.pm;h=4a8d9db3ef2a01c4ac0d5379bfa54dce5bf820f8;hb=36a8bc0d3e2127362dd9ce21c0d262124957472c;hp=2555bc5eecb987b416175fa72db510899f924f31;hpb=3ed677b16323396b3479e6f32db337381665d653;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST/ForBrowsers.pm b/lib/Catalyst/Action/REST/ForBrowsers.pm index 2555bc5..4a8d9db 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.99'; +our $VERSION = '1.03'; $VERSION = eval $VERSION; extends 'Catalyst::Action::REST';