From b606343f52daaf07dd17520a21d58be48a2f545c Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 5 Aug 2016 17:55:54 -0400 Subject: [PATCH] Bump version for pod release --- GoogleAPIClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAPIClient.podspec b/GoogleAPIClient.podspec index 9b59d734..e2502835 100644 --- a/GoogleAPIClient.podspec +++ b/GoogleAPIClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleAPIClient' - s.version = '1.0.4' + s.version = '1.0.5' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/google-api-objectivec-client' s.license = { :type => 'Apache', :file => 'LICENSE' }