From 36014a71627f438655a0e2006881c40bbbd6b4bd Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 7 Nov 2023 12:01:30 +0000 Subject: [PATCH] Bump schema version to 5.3 --- Sources/ShopifyCheckout/CheckoutBridge.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ShopifyCheckout/CheckoutBridge.swift b/Sources/ShopifyCheckout/CheckoutBridge.swift index 8ae98a13..a2f545ee 100644 --- a/Sources/ShopifyCheckout/CheckoutBridge.swift +++ b/Sources/ShopifyCheckout/CheckoutBridge.swift @@ -24,7 +24,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO import WebKit enum CheckoutBridge { - static let schemaVersion = "5.1" + static let schemaVersion = "5.3" static let messageHandler = "mobileCheckoutSdk"