diff --git a/dojo-react-native-pay-sdk.podspec b/dojo-react-native-pay-sdk.podspec index db7a429..25ec8a7 100644 --- a/dojo-react-native-pay-sdk.podspec +++ b/dojo-react-native-pay-sdk.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.dependency "React-Core" # Dojo iOS SDK Dependencies - s.dependency 'dojo-ios-sdk-drop-in-ui', '1.4.2' + s.dependency 'dojo-ios-sdk-drop-in-ui', '1.4.3' s.dependency 'dojo-ios-sdk', '1.4.2' # Don't install the dependencies when we run `pod install` in the old architecture. diff --git a/example/ios/Podfile b/example/ios/Podfile index c576640..e88cd8b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' pod 'dojo-ios-sdk', :git => 'git@github.com:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.2' -pod 'dojo-ios-sdk-drop-in-ui', :git => 'git@github.com:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.4.2' +pod 'dojo-ios-sdk-drop-in-ui', :git => 'git@github.com:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.4.3' platform :ios, min_ios_version_supported prepare_react_native_project! diff --git a/package.json b/package.json index 7f0ec7f..f6423f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dojo-engineering/react-native-pay-sdk", - "version": "0.13.0", + "version": "0.14.0", "description": "React Native wrapper for Dojo Payment iOS and Android SDKs", "main": "lib/commonjs/index", "module": "lib/module/index",