diff --git a/CHANGELOG.md b/CHANGELOG.md index ed34b7a..77866dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,3 +120,8 @@ All notable changes to this project will be documented in this file. #### Fixed Fixed timeZoneOffset + +## [1.4.13] - 01.03.2024 + +#### Changed + Changed browserScreenWidth and browserScreenHeight type diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo index 64e536d..e78b71d 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo index 0696cff..8611f81 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule index d76639a..37695a4 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule differ diff --git a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule index b7aec15..f40842f 100644 Binary files a/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule and b/Sources/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule differ diff --git a/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK b/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK index 9fafdd7..26467a2 100755 Binary files a/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK and b/Sources/TranzzoPaymentSDK.framework/TranzzoPaymentSDK differ diff --git a/TranzzoPaymentSDK.podspec b/TranzzoPaymentSDK.podspec index c29c37e..1667a47 100644 --- a/TranzzoPaymentSDK.podspec +++ b/TranzzoPaymentSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'TranzzoPaymentSDK' - spec.version = '1.4.12' + spec.version = '1.4.13' spec.summary = 'TranzzoPaymentSDK' spec.description = 'Framework for Payments' spec.homepage = 'https://tranzzo.ua'