Skip to content

Commit

Permalink
changed pod version to 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhah committed Mar 10, 2022
1 parent 21c3b07 commit fc7f378
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -516,7 +516,7 @@ SPEC CHECKSUMS:
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
PhylloConnect: 77394c7b6ba60c18dafdf056327120776f77c212
PhylloConnect: 5165b638a5c905e581f9c495ecdee51204b122cc
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
RCTRequired: 3c77b683474faf23920fbefc71c4e13af21470c0
RCTTypeSafety: 720b1841260dac692444c2822b27403178da8b28
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
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": "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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-phyllo-connect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc7f378

Please sign in to comment.