Skip to content

Commit e912773

Browse files
committed
0.11
1 parent 2045327 commit e912773

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Perl extension Google::API::Client
22

33
{{$NEXT}}
44

5+
0.11 2013-11-12 01:57:03 JST
6+
- Update dependencies #11
7+
58
0.10 2013-11-09 19:00:51 JST
69
- Start using Dist::Milla #8
710
- Important changes: Rename OAuth2::Client to Google::API::OAuth2::Client #9

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"web" : "https://github.com/comewalk/google-api-perl-client"
6161
}
6262
},
63-
"version" : "0.10",
63+
"version" : "0.11",
6464
"x_contributors" : [
6565
"Gustavo Chaves <gustavo@gnustavo.com>",
6666
"Takatsugu Shigeta <tshigeta@user200.sixapart.jp>",

lib/Google/API/Client.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Google::API::Client;
22

33
use strict;
44
use 5.008_001;
5-
our $VERSION = '0.10';
5+
our $VERSION = '0.11';
66

77
use Google::API::Method;
88
use Google::API::Resource;

0 commit comments

Comments
 (0)