diff --git a/android/build.gradle b/android/build.gradle index 95720a7..f5dd4b8 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.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' diff --git a/package.json b/package.json index c0f5299..e28268a 100644 --- a/package.json +++ b/package.json @@ -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",