Skip to content

Commit

Permalink
7.4.574
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Aug 2, 2024
1 parent 74eaad1 commit 07b8188
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Regula Forensics Inc.",
"license": "commercial",
"dependencies": {
"@regulaforensics/cordova-plugin-document-reader-api": "7.3.562",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.3.587",
"@regulaforensics/cordova-plugin-document-reader-api": "7.4.574",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.4.623",
"cordova-android": "12.0.1",
"cordova-ios": "7.0.1",
"cordova-plugin-add-swift-support": "2.0.2",
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/cordova-plugin-document-reader-api",
"version": "7.3.562",
"version": "7.4.574",
"description": "Cordova plugin for reading and validation of identification documents (API framework)",
"cordova": {
"id": "@regulaforensics/cordova-plugin-document-reader-api",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-document-reader-api" version="7.3.562"
<plugin id="cordova-plugin-document-reader-api" version="7.4.574"
xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>DocumentReaderApi</name>
<description>Cordova plugin Document reader api</description>
Expand All @@ -26,7 +26,7 @@
<config>
</config>
<pods>
<pod name="DocumentReader" spec="7.3.3764" />
<pod name="DocumentReader" spec="7.4.3826" />
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
//noinspection GradleDependency
implementation ('com.regula.documentreader:api:7.3.10030'){
implementation ('com.regula.documentreader:api:7.4.10090'){
transitive = true
}
}

0 comments on commit 07b8188

Please sign in to comment.