Skip to content

Commit

Permalink
7.5.667
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 20, 2024
1 parent deb1b9e commit eb689dd
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.5.666",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.862",
"@regulaforensics/cordova-plugin-document-reader-api": "7.5.667",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.875",
"cordova-android": "13.0.0",
"cordova-ios": "7.1.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.5.666",
"version": "7.5.667",
"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.5.666"
<plugin id="cordova-plugin-document-reader-api" version="7.5.667"
xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>DocumentReaderApi</name>
<description>Cordova plugin Document reader api</description>
Expand Down Expand Up @@ -27,7 +27,7 @@
<config>
</config>
<pods>
<pod name="DocumentReader" spec="7.5.4218" />
<pod name="DocumentReader" spec="7.5.4221" />
</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 @@ -14,7 +14,7 @@ repositories {

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

0 comments on commit eb689dd

Please sign in to comment.