Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Libraries.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Open Source libraries used in the Scanbot SDK for Cordova version 4.18.2:
Open Source libraries used in the Scanbot SDK for Cordova version 4.18.3:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Open Source libraries used in the Scanbot SDK for Android version 4.2.1
Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.scanbot.example.sdk.cordova.ionic" version="4.18.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.scanbot.example.sdk.cordova.ionic" version="4.18.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Scanbot SDK Example Ionic</name>
<description>Example App for the Scanbot SDK Cordova Plugin with Ionic Framework</description>
<author email="[email protected]" href="https://scanbot.io">Scanbot / doo GmbH</author>
Expand Down Expand Up @@ -96,5 +96,5 @@
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-camera" spec="8.0.0" />
<plugin name="cordova-plugin-file" spec="8.1.3" />
<plugin name="cordova-plugin-scanbot-sdk" spec="4.18.2" />
<plugin name="cordova-plugin-scanbot-sdk" spec="4.18.3" />
</widget>
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scanbot-sdk-example-ionic",
"version": "4.18.2",
"version": "4.18.3",
"author": "Scanbot SDK GmbH",
"homepage": "https://scanbot.io",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"cordova-plugin-file": "8.1.3",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-scanbot-sdk": "4.18.2",
"cordova-plugin-scanbot-sdk": "4.18.3",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^4.0.0",
"jasmine-core": "5.1.1",
Expand Down