From 4234ca0891e104e7a28b43cd25cfb47664f610df Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 6 Apr 2018 10:20:05 -0400 Subject: [PATCH] Version bump for doing a release --- GTMSessionFetcher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 77139152..ec392e22 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 = '1.1.14' + s.version = '1.1.15' s.authors = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/gtm-session-fetcher'