diff --git a/android/build.gradle b/android/build.gradle index 7d6a7a0..30fa071 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:0.8.8beta' // From jitpack.io + implementation 'com.github.functionland:fula-build-aar:1.2.1' // From jitpack.io implementation 'com.github.functionland:wnfs-build-aar:v1.4.1' // From jitpack.io implementation 'commons-io:commons-io:20030203.000550' // implementation files('mobile.aar') diff --git a/package.json b/package.json index 2c6339a..649c6cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.2.0", + "version": "1.2.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",