From 14307bbac327bdb0fc1e34e6400c9222bb0d4bf2 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 9 Jan 2025 10:18:01 -0500 Subject: [PATCH] version bump for a release --- GoogleAPIClientForREST.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleAPIClientForREST.podspec b/GoogleAPIClientForREST.podspec index 121900eb6..ad41effea 100644 --- a/GoogleAPIClientForREST.podspec +++ b/GoogleAPIClientForREST.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleAPIClientForREST' - s.version = '4.0.0' + s.version = '4.1.0' s.author = 'Google Inc.' s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest' s.license = { :type => 'Apache', :file => 'LICENSE' }