Skip to content

Commit

Permalink
Merge pull request #540 from checkout/update/logger-versions
Browse files Browse the repository at this point in the history
Update logger versions
  • Loading branch information
okhan-okbay-cko committed Jun 24, 2024
2 parents 254a9f0 + 3d160ad commit b4fd428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Checkout/Source/Validation/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Constants {
}

enum Product {
static let version = "4.3.5"
static let version = "4.3.6"
static let name = "checkout-ios-sdk"
static let userAgent = "checkout-sdk-ios/\(version)"
}
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
enum Constants {

static let productName = "frames-ios-sdk"
static let version = "4.3.5"
static let version = "4.3.6"
static let userAgent = "checkout-sdk-frames-ios/\(version)"

enum Logging {
Expand Down

0 comments on commit b4fd428

Please sign in to comment.