diff --git a/Changes b/Changes index 6b353cb..5817e70 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.json b/META.json index 29f0484..4cc89e2 100644 --- a/META.json +++ b/META.json @@ -60,7 +60,7 @@ "web" : "https://github.com/comewalk/google-api-perl-client" } }, - "version" : "0.10", + "version" : "0.11", "x_contributors" : [ "Gustavo Chaves ", "Takatsugu Shigeta ", diff --git a/lib/Google/API/Client.pm b/lib/Google/API/Client.pm index df0fe33..724e941 100644 --- a/lib/Google/API/Client.pm +++ b/lib/Google/API/Client.pm @@ -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;