Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates versions everywhere
  • Loading branch information
JJ committed Nov 27, 2018
1 parent 4fc0d49 commit 302f0e0
Showing 1 changed file with 2 additions and 2 deletions.
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<perl6>:ver<0.100>;
unit class LWP::Simple:auth<perl6>:ver<0.105>;

our $VERSION = '0.100';
our $VERSION = '0.105';

enum RequestType <GET POST PUT HEAD DELETE>;

Expand Down

2 comments on commit 302f0e0

@jubilatious1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the two lines containing the version number 0.105 need to be incremented now to 0.106 ?

@JJ
Copy link
Contributor Author

@JJ JJ commented on 302f0e0 Jan 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And, while we're at it, the auth

Please sign in to comment.