Skip to content

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Sep 5, 2019
1 parent 94639af commit 557ee76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
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.2.0</string>
<string>4.2.1</string>
<key>CFBundleVersion</key>
<string>4.2.0</string>
<string>4.2.1</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.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.
Expand All @@ -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
Expand Down

0 comments on commit 557ee76

Please sign in to comment.