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