bump version
[catagits/Web-Simple.git] / lib / Web / Simple.pm
index bbe413e..29c9933 100644 (file)
@@ -6,7 +6,7 @@ use warnings::illegalproto ();
 use Moo ();
 use Web::Dispatch::Wrapper ();
 
-our $VERSION = '0.018';
+our $VERSION = '0.020';
 
 sub import {
   my ($class, $app_package) = @_;
@@ -461,8 +461,7 @@ Query and body parameters can be match via
 
 The body spec will match if the request content is either
 application/x-www-form-urlencoded or multipart/form-data - the latter
-of which is required for uploads, which are now handled experimentally
-- see below.
+of which is required for uploads - see below.
 
 The param spec is elements of one of the following forms -