From bc8972686f8797713af26b8eb24e85e2a6b972a3 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 16 Apr 2024 09:37:44 -0400 Subject: [PATCH] Version bump to start getting things ready for a release. --- GTMSessionFetcher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 6a0fb75..171302a 100644 --- a/GTMSessionFetcher.podspec +++ b/GTMSessionFetcher.podspec @@ -2,7 +2,7 @@ # to import GTMSessionFetcher via the CocoaPods dependency Manager. Pod::Spec.new do |s| s.name = 'GTMSessionFetcher' - s.version = '3.3.2' + s.version = '3.4.0' s.authors = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/gtm-session-fetcher'