Skip to content

Commit

Permalink
Final commit for 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Oct 24, 2023
1 parent 9598179 commit 28e4825
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions DemoApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DemoApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DemoApp",
"version": "4.7.0",
"version": "4.7.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories {
}

ext {
SDK_VERSION = "4.7.0"
SDK_VERSION = "4.7.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 28e4825

Please sign in to comment.