From 6ca9e11f9a074284034f0c4dfc2f894ca83da06d Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 29 Jun 2020 10:01:14 -0400 Subject: [PATCH] Bump version for a release. --- GoogleAPIClientForREST.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAPIClientForREST.podspec b/GoogleAPIClientForREST.podspec index c78fe1424..2568b311c 100644 --- a/GoogleAPIClientForREST.podspec +++ b/GoogleAPIClientForREST.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleAPIClientForREST' - s.version = '1.4.1' + s.version = '1.4.2' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest' s.license = { :type => 'Apache', :file => 'LICENSE' }