Skip to content

Commit

Permalink
Draft a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovozhylov committed Dec 13, 2018
1 parent 45fafda commit 0ede5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ my $builder = Module::Build->new(
module_name => 'Net::Upwork::API',
license => 'apache',
dist_author => 'Maksym Novozhylov <mnovozhilov@upwork.com>',
dist_version => '2.0.1',
dist_version => '2.0.2',
dist_abstract => 'Perl bindings for Upwork API (OAuth2)',
build_requires => {
'Test::More' => '0.66',
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Upwork/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use warnings;
use Net::Upwork::API::Config;
use Net::Upwork::API::Client;

our $VERSION = '2.0.1';
our $VERSION = '2.0.2';

use constant TOKEN_TYPE_BEARER => 'Bearer';

Expand Down

0 comments on commit 0ede5e5

Please sign in to comment.