diff --git a/Source/Info.plist b/Source/Info.plist
index 3859903..aff3a75 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.1.1
+ 4.2.0
CFBundleVersion
- 4.1.1
+ 4.2.0
NSHumanReadableCopyright
Copyright © 2019 Jonathan M. Reid
NSPrincipalClass
diff --git a/ViewControllerPresentationSpy.podspec b/ViewControllerPresentationSpy.podspec
index 3abde28..c530b74 100644
--- a/ViewControllerPresentationSpy.podspec
+++ b/ViewControllerPresentationSpy.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewControllerPresentationSpy'
- s.version = '4.1.1'
+ s.version = '4.2.0'
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 = '10.2'
- s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.1.1' }
+ s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.2.0' }
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