Skip to content

Commit

Permalink
Merge pull request #456 from checkout/release/4.2.1
Browse files Browse the repository at this point in the history
Update sample projects
  • Loading branch information
okhan-okbay-cko authored Aug 29, 2023
2 parents d226e9e + 0cf7550 commit 11f9660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Checkout/Samples/CocoapodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ target 'CheckoutCocoapodsSample' do
use_frameworks!

# Pods for CheckoutSDKCocoapodsSample
pod 'Checkout', '~> 4.0'
pod 'Checkout', '4.2.1'

end
Original file line number Diff line number Diff line change
Expand Up @@ -1202,8 +1202,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/checkout/frames-ios";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.0.0;
kind = exactVersion;
version = 4.2.1;
};
};
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
2 changes: 1 addition & 1 deletion iOS Example Frame/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iOS Example Frame' do
use_frameworks!

# Pods for iOS Example Custom
pod 'Frames', '~> 4.0'
pod 'Frames', '4.2.1'

end

Expand Down

0 comments on commit 11f9660

Please sign in to comment.