Skip to content

Commit 1054616

Browse files
committed
Bump version to 4.2.2
1 parent f8f0fa8 commit 1054616

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Source/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.2.1</string>
18+
<string>4.2.2</string>
1919
<key>CFBundleVersion</key>
20-
<string>4.2.1</string>
20+
<string>4.2.2</string>
2121
<key>NSHumanReadableCopyright</key>
2222
<string>Copyright © 2019 Jonathan M. Reid</string>
2323
<key>NSPrincipalClass</key>

ViewControllerPresentationSpy.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ViewControllerPresentationSpy'
3-
s.version = '4.2.1'
3+
s.version = '4.2.2'
44
s.summary = 'Unit test presented view controllers, alerts, and action sheets for iOS'
55
s.description = <<-DESC
66
ViewControllerPresentationSpy intercepts presented view controllers, including alerts and actions sheets.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.social_media_url = 'https://twitter.com/qcoding'
1818

1919
s.ios.deployment_target = '9.0'
20-
s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.2.1' }
20+
s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v4.2.2' }
2121
s.source_files = 'Source/ViewControllerPresentationSpy/*.{h,m,swift}'
2222
s.public_header_files = 'Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h', 'Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h'
2323
s.requires_arc = true

0 commit comments

Comments
 (0)