Skip to content

Commit

Permalink
6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Mar 21, 2022
1 parent 5acf04b commit 195926e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
//noinspection GradleDependency
implementation('com.regula.documentreader:api:6.2.6717') {
implementation('com.regula.documentreader:api:6.2.6779') {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "^6.2.1",
"@regulaforensics/react-native-document-reader-api": "^6.2.2",
"@regulaforensics/react-native-document-reader-core-fullrfid": "^6.2.1",
"react": "17.0.2",
"react-native": "^0.67.0",
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": "@regulaforensics/react-native-document-reader-api",
"version": "6.2.1",
"version": "6.2.2",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 195926e

Please sign in to comment.