Skip to content

Commit d717e9c

Browse files
committed
1 parent add12fd commit d717e9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Libraries.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.3:
2+
Open Source libraries used in the Scanbot SDK Flutter Plugin version 1.1.4:
33

44
json_serializable version 3.2.0 and json_annotation version 3.0.0
55
(https://github.com/dart-lang/json_serializable/blob/master/LICENSE)

lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void main() => runApp(MyApp());
2727
// Please note: The Scanbot SDK will run without a license key for one minute per session!
2828
// After the trial period is over all Scanbot SDK functions as well as the UI components will stop working
2929
// or may be terminated. You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
30-
// Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using
30+
// Please submit the trial license form (https://scanbot.io/en/sdk/demo/trial) on our website by using
3131
// the app identifier "io.scanbot.example.sdk.flutter" of this example app or of your app.
3232
const SCANBOT_SDK_LICENSE_KEY = "";
3333

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ packages:
122122
name: scanbot_sdk
123123
url: "https://pub.dartlang.org"
124124
source: hosted
125-
version: "1.1.3"
125+
version: "1.1.4"
126126
sky_engine:
127127
dependency: transitive
128128
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222

23-
scanbot_sdk: ^1.1.3
23+
scanbot_sdk: ^1.1.4
2424
cupertino_icons: ^0.1.2
2525
path_provider: ^1.3.0
2626
image_picker: 0.6.2+1

0 commit comments

Comments
 (0)