Skip to content

Commit

Permalink
0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
comewalk committed Nov 11, 2013
1 parent 2045327 commit e912773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Google::API::Client

{{$NEXT}}

0.11 2013-11-12 01:57:03 JST
- Update dependencies #11

0.10 2013-11-09 19:00:51 JST
- Start using Dist::Milla #8
- Important changes: Rename OAuth2::Client to Google::API::OAuth2::Client #9
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"web" : "https://github.com/comewalk/google-api-perl-client"
}
},
"version" : "0.10",
"version" : "0.11",
"x_contributors" : [
"Gustavo Chaves <[email protected]>",
"Takatsugu Shigeta <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Google/API/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Google::API::Client;

use strict;
use 5.008_001;
our $VERSION = '0.10';
our $VERSION = '0.11';

use Google::API::Method;
use Google::API::Resource;
Expand Down

0 comments on commit e912773

Please sign in to comment.