Skip to content

Commit

Permalink
chore(3.0.2): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed May 29, 2024
1 parent bc69905 commit 0f93da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"
}

0 comments on commit 0f93da9

Please sign in to comment.