diff --git a/android/build.gradle b/android/build.gradle index eee09c7..81fc9ff 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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.0' // From jitpack.io + implementation 'com.github.functionland:fula-build-aar:1.13.1' // From jitpack.io implementation 'com.github.functionland:wnfs-android:v1.7.3' // From jitpack.io implementation 'commons-io:commons-io:20030203.000550' implementation 'commons-codec:commons-codec:1.15' diff --git a/package.json b/package.json index 8885624..a6958f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.12.1", + "version": "1.13.1", "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",