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