Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 27, 2017
1 parent 75d58b4 commit bae9ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "LWP::Simple",
"version" : "0.093",
"version" : "0.094",
"description" : "LWP::Simple quick & dirty implementation for Rakudo Perl 6",
"depends" : [ "MIME::Base64", "URI" ],
"test-depends" : [ "JSON::Tiny" ],
Expand Down
4 changes: 2 additions & 2 deletions lib/LWP/Simple.pm
Expand Up @@ -6,9 +6,9 @@ use MIME::Base64;
use URI;
use URI::Escape;

unit class LWP::Simple:auth<cosimo>:ver<0.093>;
unit class LWP::Simple:auth<cosimo>:ver<0.094>;

our $VERSION = '0.093';
our $VERSION = '0.094';

enum RequestType <GET POST PUT HEAD DELETE>;

Expand Down

0 comments on commit bae9ddc

Please sign in to comment.