Skip to content

Commit

Permalink
6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 14, 2023
1 parent 9563045 commit d628ea0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RNDocumentReaderApi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source = { :http => 'file:' + __dir__ }
s.ios.deployment_target = '11.0'
s.source_files = "ios/*.{h,m}"
s.dependency 'DocumentReader', '6.6.2753'
s.dependency 'DocumentReader', '6.7.2848'
s.dependency 'React'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
//noinspection GradleDependency
implementation('com.regula.documentreader:api:6.6.8072') {
implementation('com.regula.documentreader:api:6.7.8311') {
transitive = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint ."
},
"dependencies": {
"@regulaforensics/react-native-document-reader-api": "6.6.0",
"@regulaforensics/react-native-document-reader-core-fullrfid": "6.6.0",
"@regulaforensics/react-native-document-reader-api": "6.7.0",
"@regulaforensics/react-native-document-reader-core-fullrfid": "6.7.0",
"react": "17.0.2",
"react-native": "^0.67.0",
"react-native-check-box": "^2.1.7",
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.6.0",
"version": "6.7.0",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d628ea0

Please sign in to comment.