Skip to content

Commit a9e919f

Browse files
author
Jenkins
committed
9.2.621
1 parent 2e7d70b commit a9e919f

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

RNDocumentReader.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
55

66
Pod::Spec.new do |s|
77
s.name = 'RNDocumentReader'
8-
s.version = '9.2.605'
8+
s.version = '9.2.621'
99
s.summary = package['description']
1010
s.license = package['license']
1111

@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = '13.0'
1717
s.source_files = 'ios/**/*.{h,m}'
1818
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
19-
s.dependency 'DocumentReader', '9.2.5911'
19+
s.dependency 'DocumentReader', '9.2.5958'
2020
s.dependency 'React'
2121
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
//noinspection GradleDynamicVersion
3030
implementation 'com.facebook.react:react-native:+'
3131
//noinspection GradleDependency
32-
implementation('com.regula.documentreader:api:9.2.12446'){
32+
implementation('com.regula.documentreader:api:9.2.12486'){
3333
transitive = true
3434
}
3535
}

android/cordova.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66

77
dependencies {
88
//noinspection GradleDependency
9-
implementation('com.regula.documentreader:api:9.2.12446'){
9+
implementation('com.regula.documentreader:api:9.2.12486'){
1010
transitive = true
1111
}
1212
}

examples/capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"android": "scripts/android.sh"
77
},
88
"dependencies": {
9-
"@regulaforensics/document-reader": "9.2.605",
9+
"@regulaforensics/document-reader": "9.2.621",
1010
"@regulaforensics/document-reader-core-fullauthrfid": "9.2.1513",
1111
"@regulaforensics/document-reader-btdevice": "9.1.35",
1212
"@awesome-cordova-plugins/file": "^8.1.0",

examples/ionic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@ionic/cordova-builders": "^12.3.0",
1919
"@awesome-cordova-plugins/camera": "^8.1.0",
2020
"@awesome-cordova-plugins/file": "^8.1.0",
21-
"@regulaforensics/document-reader": "9.2.605",
21+
"@regulaforensics/document-reader": "9.2.621",
2222
"@regulaforensics/document-reader-core-fullauthrfid": "9.2.1513",
2323
"@regulaforensics/document-reader-btdevice": "9.1.35",
2424
"cordova-android": "^14.0.1",

examples/react_native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "expo start"
99
},
1010
"dependencies": {
11-
"@regulaforensics/document-reader": "9.2.605",
11+
"@regulaforensics/document-reader": "9.2.621",
1212
"@regulaforensics/document-reader-core-fullauthrfid": "9.2.1513",
1313
"@regulaforensics/document-reader-btdevice": "9.1.35",
1414
"react-native": "^0.81.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regulaforensics/document-reader",
3-
"version": "9.2.605",
3+
"version": "9.2.621",
44
"description": "This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.",
55
"main": "www/react-native/index.js",
66
"module": "www/capacitor/index.js",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="@regulaforensics/document-reader" version="9.2.605" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2+
<plugin id="@regulaforensics/document-reader" version="9.2.621" xmlns="http://apache.org/cordova/ns/plugins/1.0">
33
<name>DocumentReader</name>
44
<description>Cordova plugin for Regula Document Reader SDK</description>
55
<license>commercial</license>
@@ -29,7 +29,7 @@
2929
<source url="https://github.com/CocoaPods/Specs.git" />
3030
</config>
3131
<pods>
32-
<pod name="DocumentReader" spec="9.2.5911" />
32+
<pod name="DocumentReader" spec="9.2.5958" />
3333
</pods>
3434
</podspec>
3535
</platform>

test/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)