Skip to content

Commit

Permalink
Merge tag '0.1.28' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mqzkim committed Jan 24, 2024
2 parents c5094a1 + 902fca5 commit 19ad9a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/TossPayments.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.27;
MARKETING_VERSION = 0.1.28;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tosspayments.paymentsdk.examples.uikit;
Expand Down Expand Up @@ -1230,7 +1230,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.27;
MARKETING_VERSION = 0.1.28;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.tosspayments.paymentsdk.examples.uikit;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion TossPayments/Sources/UIKit/BrandPay/BrandPay.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extension PaymentWidget {

public struct Environment: Encodable {
public let platform: String = "ios"
public let sdkVersion: String = "0.1.27"
public let sdkVersion: String = "0.1.28"
public let osVersion: String = UIDevice.current.systemVersion
}
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.26
0.1.28

0 comments on commit 19ad9a6

Please sign in to comment.