Skip to content

Commit

Permalink
updated fula version to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Aug 9, 2023
1 parent 52d9b0b commit 2575d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'com.github.functionland:fula-build-aar:1.13.1' // From jitpack.io
implementation 'com.github.functionland:fula-build-aar:v1.13.1' // From jitpack.io
implementation 'com.github.functionland:wnfs-android:v1.8.0' // From jitpack.io
implementation 'commons-io:commons-io:20030203.000550'
implementation 'commons-codec:commons-codec:1.15'
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": "@functionland/react-native-fula",
"version": "1.14.1",
"version": "1.14.2",
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 2575d0f

Please sign in to comment.