Skip to content

Commit

Permalink
bump VERSION and Changes for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Feb 18, 2019
1 parent 218dea4 commit f68b3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Net-OAuth2-AuthorizationServer

0.20 2019-03-01
- Fix example oauth2_client.pl (GH #23)

0.19 2018-12-01
- Avoid returning from the try/catch block as this never works
(GH #20, GH #21, thanks to Dylan William Hardison)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authorization Server

# VERSION

0.19
0.20

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Net/OAuth2/AuthorizationServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authorization Server
=head1 VERSION
0.19
0.20
=head1 SYNOPSIS
Expand Down Expand Up @@ -45,7 +45,7 @@ use Net::OAuth2::AuthorizationServer::ImplicitGrant;
use Net::OAuth2::AuthorizationServer::PasswordGrant;
use Net::OAuth2::AuthorizationServer::ClientCredentialsGrant;

our $VERSION = '0.19';
our $VERSION = '0.20';

=head1 GRANT TYPES
Expand Down

0 comments on commit f68b3d2

Please sign in to comment.