diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 43ee36eed..14a408927 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -74,7 +74,7 @@ PODS: - glog (0.3.5) - libevent (2.1.12) - OpenSSL-Universal (1.1.180) - - PhylloConnect (0.1.21) + - PhylloConnect (0.1.24) - RCT-Folly (2021.06.28.00-v2): - boost - DoubleConversion @@ -274,7 +274,7 @@ PODS: - React-logger (0.67.3): - glog - react-native-phyllo-connect (0.0.8): - - PhylloConnect (~> 0.1.21) + - PhylloConnect (~> 0.1.24) - React - react-native-simple-toast (1.1.3): - React-Core @@ -516,7 +516,7 @@ SPEC CHECKSUMS: glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b - PhylloConnect: 77394c7b6ba60c18dafdf056327120776f77c212 + PhylloConnect: 5165b638a5c905e581f9c495ecdee51204b122cc RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685 RCTRequired: 3c77b683474faf23920fbefc71c4e13af21470c0 RCTTypeSafety: 720b1841260dac692444c2822b27403178da8b28 @@ -529,7 +529,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 15ea57ead631a11fad57634ff69f78e797113a39 React-jsinspector: 1e1e03345cf6d47779e2061d679d0a87d9ae73d8 React-logger: 1e10789cb84f99288479ba5f20822ce43ced6ffe - react-native-phyllo-connect: 415946bb24b7a0249aa9ab4b19540d216891d03e + react-native-phyllo-connect: 016ea5a46b0e528891ded2a294d27c27445ed669 react-native-simple-toast: b986e6c1befdc211af3df1bae293278a44e32990 React-perflogger: 93d3f142d6d9a46e635f09ba0518027215a41098 React-RCTActionSheet: 87327c3722203cc79cf79d02fb83e7332aeedd18 diff --git a/example/package.json b/example/package.json index 8ddb22cb4..f486784ba 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "react": "^17.0.2", "react-native": "^0.67.1", "react-native-bouncy-checkbox": "^2.1.10", - "react-native-phyllo-connect": "0.0.8", + "react-native-phyllo-connect": "0.0.9", "react-native-simple-toast": "^1.1.3" }, "devDependencies": { diff --git a/package.json b/package.json index 41415f944..189237c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-phyllo-connect", - "version": "0.0.8", + "version": "0.0.9", "description": "Phyllo Connect is a quick and secure way to connect work platforms via Phyllo in your app. Supports: iOS, Android.", "homepage": "https://github.com/getphyllo/phyllo-connect-reactnative/", "types": "lib/index.d.ts", diff --git a/react-native-phyllo-connect.podspec b/react-native-phyllo-connect.podspec index 942c59e26..a6a8af338 100644 --- a/react-native-phyllo-connect.podspec +++ b/react-native-phyllo-connect.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,swift}" s.dependency 'React' - s.dependency 'PhylloConnect', '~> 0.1.21' + s.dependency 'PhylloConnect', '~> 0.1.24' end