diff --git a/DemoApp/package-lock.json b/DemoApp/package-lock.json index d9a01e6b..280da4c5 100644 --- a/DemoApp/package-lock.json +++ b/DemoApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "DemoApp", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "DemoApp", - "version": "4.7.0", + "version": "4.7.1", "dependencies": { "@react-native-community/cli-platform-android": "^7.0.1", "react": "18.2.0", @@ -36,7 +36,8 @@ } }, "..": { - "version": "4.7.0", + "name": "react-native-jumio-mobilesdk", + "version": "4.7.1", "license": "SEE LICENSE IN README.md", "peerDependencies": { "react-native": ">=0.47.1" diff --git a/DemoApp/package.json b/DemoApp/package.json index eb26e16d..29d9963a 100644 --- a/DemoApp/package.json +++ b/DemoApp/package.json @@ -1,6 +1,6 @@ { "name": "DemoApp", - "version": "4.7.0", + "version": "4.7.1", "private": true, "scripts": { "android": "react-native run-android", diff --git a/README.md b/README.md index c8b1b94d..b97fed39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Plugin for React Native Official Jumio Mobile SDK plugin for React Native -This plugin is compatible with version 4.7.0 of the Jumio SDK. +This plugin is compatible with version 4.7.1 of the Jumio SDK. If you have questions, please reach out to your Account Manager or contact [Jumio Support](#support). # Table of Contents @@ -34,7 +34,7 @@ Create React Native project and add the Jumio Mobile SDK module to it. ```sh react-native init MyProject cd MyProject -npm install --save https://github.com/Jumio/mobile-react.git#v4.7.0 +npm install --save https://github.com/Jumio/mobile-react.git#v4.7.1 cd ios && pod install ``` diff --git a/android/build.gradle b/android/build.gradle index 0dc6b2cb..6dc683ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,7 +52,7 @@ repositories { } ext { - SDK_VERSION = "4.7.0" + SDK_VERSION = "4.7.1" } dependencies { diff --git a/package.json b/package.json index aff22475..d307c668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-jumio-mobilesdk", - "version": "4.7.0", + "version": "4.7.1", "description": "Official Jumio Mobile SDK plugin for React Native", "repository": { "type": "git",