Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Aug 30, 2019
1 parent 72d8935 commit d22ea23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.1</string>
<string>4.2.0</string>
<key>CFBundleVersion</key>
<string>4.1.1</string>
<string>4.2.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Jonathan M. Reid</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions ViewControllerPresentationSpy.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit d22ea23

Please sign in to comment.