From 557ee762db2cd9a47eebfc84a31d0f847b209531 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Thu, 5 Sep 2019 08:47:03 -0700 Subject: [PATCH] Bump version to 4.2.1 --- CHANGELOG.md | 7 +++++++ Source/Info.plist | 4 ++-- ViewControllerPresentationSpy.podspec | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b714349..7146df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Version 4.2.1 +------------- +_05 Sep 2019_ + +Reduced minimum deployment target to iOS 9.0. + + Version 4.2.0 ------------- _30 Aug 2019_ diff --git a/Source/Info.plist b/Source/Info.plist index aff3a75..cb89aee 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.2.0 + 4.2.1 CFBundleVersion - 4.2.0 + 4.2.1 NSHumanReadableCopyright Copyright © 2019 Jonathan M. Reid NSPrincipalClass diff --git a/ViewControllerPresentationSpy.podspec b/ViewControllerPresentationSpy.podspec index 07d5e1c..560bb36 100644 --- a/ViewControllerPresentationSpy.podspec +++ b/ViewControllerPresentationSpy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ViewControllerPresentationSpy' - s.version = '4.2.0' + s.version = '4.2.1' s.summary = 'Unit test presented view controllers, alerts, and action sheets for iOS' s.description = <<-DESC ViewControllerPresentationSpy intercepts presented view controllers, including alerts and actions sheets. @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/qcoding' s.ios.deployment_target = '9.0' - s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.2.0' } + s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.2.1' } s.source_files = 'Source/ViewControllerPresentationSpy/*.{h,m,swift}' s.public_header_files = 'Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h', 'Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h' s.requires_arc = true