Skip to content

Commit

Permalink
Release 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldlineConnect committed Sep 24, 2024
1 parent 7d35058 commit 614b174
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'WorldlineConnectExample' do
# use_frameworks!

# Pods for WorldlineConnectExample
pod 'WorldlineConnectSDK', '~> 6.0'
pod 'WorldlineConnectSDK', '~> 6.1'
pod 'SVProgressHUD'

end
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- SVProgressHUD (2.2.5)
- WorldlineConnectSDK (6.0.0)
- WorldlineConnectSDK (6.1.0)

DEPENDENCIES:
- SVProgressHUD
- WorldlineConnectSDK (6.0.0)
- WorldlineConnectSDK (6.1.0)

SPEC REPOS:
trunk:
Expand Down
2 changes: 1 addition & 1 deletion WorldlineConnectExample/WCAppConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
#define kWCCurrency @"kWCCurrency"
#define kWCBoletoBancarioId @"1503"
#define kWCBancontactId @"3012"
#define kWCApplicationIdentifier @"iOS Example Application/v2.0.1"
#define kWCApplicationIdentifier @"iOS Example Application/v2.0.2"
#endif

0 comments on commit 614b174

Please sign in to comment.