From 91ed3d188eb95705fef3c249453b81f32dc557d1 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 22 Oct 2020 11:32:55 -0400 Subject: [PATCH] Bump the version to 1.5.0 for a release. --- GTMSessionFetcher.podspec | 2 +- Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 1640c14f..535476e8 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.4.0' + s.version = '1.5.0' s.authors = 'Google Inc.' s.license = { :type => 'Apache', :file => 'LICENSE' } s.homepage = 'https://github.com/google/gtm-session-fetcher' diff --git a/Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj b/Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj index 68959437..b148cd11 100644 --- a/Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj +++ b/Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj @@ -1115,7 +1115,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.4.0; + CURRENT_PROJECT_VERSION = 1.5.0; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -1200,7 +1200,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1.4.0; + CURRENT_PROJECT_VERSION = 1.5.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES;