Skip to content

Commit 28e4825

Browse files
Final commit for 4.7.1
1 parent 9598179 commit 28e4825

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

DemoApp/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DemoApp",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Plugin for React Native
22
Official Jumio Mobile SDK plugin for React Native
33

4-
This plugin is compatible with version 4.7.0 of the Jumio SDK.
4+
This plugin is compatible with version 4.7.1 of the Jumio SDK.
55
If you have questions, please reach out to your Account Manager or contact [Jumio Support](#support).
66

77
# Table of Contents
@@ -34,7 +34,7 @@ Create React Native project and add the Jumio Mobile SDK module to it.
3434
```sh
3535
react-native init MyProject
3636
cd MyProject
37-
npm install --save https://github.com/Jumio/mobile-react.git#v4.7.0
37+
npm install --save https://github.com/Jumio/mobile-react.git#v4.7.1
3838
cd ios && pod install
3939
```
4040

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repositories {
5252
}
5353

5454
ext {
55-
SDK_VERSION = "4.7.0"
55+
SDK_VERSION = "4.7.1"
5656
}
5757

5858
dependencies {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-jumio-mobilesdk",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "Official Jumio Mobile SDK plugin for React Native",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)