Skip to content

Commit

Permalink
Merge pull request #31 from checkout/no-jira-3.0.2
Browse files Browse the repository at this point in the history
no-jira - Bump version 3.0.2 and update example
  • Loading branch information
precious-ossai-cko authored May 29, 2024
2 parents b696c38 + 0f93da9 commit 26f77f0
Show file tree
Hide file tree
Showing 13 changed files with 124 additions and 84 deletions.
2 changes: 1 addition & 1 deletion Risk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Risk"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "Checkout Risk package in Swift"
s.description = <<-DESC
Checkout Risk package in Swift.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Risk/Logging/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

enum Constants {
static let productName = "risk-ios-sdk"
static let riskSdkVersion = "3.0.1"
static let riskSdkVersion = "3.0.2"
static let userAgent = "checkout-sdk-risk-ios/\(riskSdkVersion)"
static let loggerTypeIdentifier = "com.checkout.risk-mobile-sdk"
}
2 changes: 1 addition & 1 deletion iOSExampleRiskCocoapods/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iOSExampleRiskCocoapods' do
use_frameworks!

# Pods for iOS Example Custom
pod 'Risk', '2.0.1'
pod 'Risk', '3.0.1'

end

Expand Down
10 changes: 5 additions & 5 deletions iOSExampleRiskCocoapods/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- CheckoutEventLoggerKit (1.2.4)
- FingerprintPro (2.2.0)
- Risk (2.0.1):
- Risk (3.0.1):
- CheckoutEventLoggerKit (~> 1.2.4)
- FingerprintPro (= 2.2.0)

DEPENDENCIES:
- Risk (= 2.0.1)
- Risk (= 3.0.1)

SPEC REPOS:
trunk:
Expand All @@ -17,8 +17,8 @@ SPEC REPOS:
SPEC CHECKSUMS:
CheckoutEventLoggerKit: b780dec46295a34942780ea6230d0d5fd08aa05a
FingerprintPro: 72e35dc0315b75ba36eafaaed996dbb2f35f7326
Risk: 5afc8c739782cae0c26b3d605975339ea6bd0c62
Risk: d7e3e210b7e6d3a8a711fde8b9d439f66d91d889

PODFILE CHECKSUM: c10bf95d52beebaf38c52a3ee16182e3dbcc4434
PODFILE CHECKSUM: d80b05ce77ca9c8da581b865b80efc83a8885d28

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
10 changes: 5 additions & 5 deletions iOSExampleRiskCocoapods/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions iOSExampleRiskCocoapods/Pods/Risk/Sources/Risk/Risk.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions iOSExampleRiskCocoapods/Pods/Risk/Sources/Risk/RiskSDKConfig.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26f77f0

Please sign in to comment.