From 5cfe5f090c982de9c58605d2a82a4fc77b774fbd Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 30 Sep 2024 11:02:15 -0400 Subject: [PATCH] Bump version to 4.1.0 to go with minOS change. This doesn't have to be a new major because we're added back support for something removed, so it expands the compatibility vs. reduces it. --- GTMSessionFetcher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 32bfecb..3b8105a 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 = '4.0.0' + s.version = '4.1.0' s.authors = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/gtm-session-fetcher'