Skip to content

Commit 2575d0f

Browse files
committed
updated fula version to correct one
1 parent 52d9b0b commit 2575d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repositories {
6262
dependencies {
6363
//noinspection GradleDynamicVersion
6464
implementation "com.facebook.react:react-native:+" // From node_modules
65-
implementation 'com.github.functionland:fula-build-aar:1.13.1' // From jitpack.io
65+
implementation 'com.github.functionland:fula-build-aar:v1.13.1' // From jitpack.io
6666
implementation 'com.github.functionland:wnfs-android:v1.8.0' // From jitpack.io
6767
implementation 'commons-io:commons-io:20030203.000550'
6868
implementation 'commons-codec:commons-codec:1.15'

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.14.1",
3+
"version": "1.14.2",
44
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)