Skip to content

Commit

Permalink
Merge pull request #19 from dojo-engineering/version-bump
Browse files Browse the repository at this point in the history
bump iOS version
  • Loading branch information
deniss-kaibagarovs authored Jun 26, 2024
2 parents db86858 + 88c9bc5 commit 3b6cd37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dojo-react-native-pay-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '[email protected]:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.2'
pod 'dojo-ios-sdk-drop-in-ui', :git => '[email protected]:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.4.2'
pod 'dojo-ios-sdk-drop-in-ui', :git => '[email protected]:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.4.3'

platform :ios, min_ios_version_supported
prepare_react_native_project!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3b6cd37

Please sign in to comment.