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