Skip to content

Commit c993cca

Browse files
committed
updated versions for ios
1 parent 76ab788 commit c993cca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PODS:
6868
- FlipperKit/Core
6969
- FlipperKit/FlipperKitNetworkPlugin
7070
- fmt (6.2.1)
71-
- Fula (1.54.16)
71+
- Fula (1.55.2)
7272
- glog (0.3.5)
7373
- hermes-engine (0.73.0):
7474
- hermes-engine/Pre-built (= 0.73.0)
@@ -946,9 +946,9 @@ PODS:
946946
- React-Mapbuffer (0.73.0):
947947
- glog
948948
- React-debug
949-
- react-native-fula (1.54.29):
949+
- react-native-fula (1.55.12):
950950
- CryptoSwift (~> 1.7.1)
951-
- Fula (~> 1.54.16)
951+
- Fula (~> 1.55.2)
952952
- glog
953953
- RCT-Folly (= 2022.05.16.00)
954954
- React-Core

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionland/react-native-fula",
3-
"version": "1.55.11",
3+
"version": "1.55.12",
44
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
55
"type": "module",
66
"main": "lib/commonjs/index",

react-native-fula.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Pod::Spec.new do |s|
3737
s.dependency "RCTTypeSafety"
3838
s.dependency "ReactCommon/turbomodule/core"
3939
end
40-
end
41-
s.dependency 'Fula','~> 1.54.16'
40+
end
41+
s.dependency 'Fula','~> 1.55.2'
4242
s.dependency "Wnfs", "1.1.1"
4343
s.dependency 'CryptoSwift', '~> 1.7.1'
4444
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

0 commit comments

Comments
 (0)