Skip to content

Commit

Permalink
Update logger versions
Browse files Browse the repository at this point in the history
  • Loading branch information
okhan-okbay-cko committed Jun 5, 2024
1 parent 254a9f0 commit 3d160ad
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 3d160ad

Please sign in to comment.