Skip to content

Commit b624155

Browse files
authored
Fix the license key in the example project (#82)
* Fix the license key in the example project * Bump version number to 1.10.5 * Update changelog for 1.10.5
1 parent 57e6481 commit b624155

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next Release
22

3+
## [1.10.5] - 2 Feb 2021
4+
5+
- Fixes the license key in the example project. (#82)
6+
37
## [1.10.4] - 2 Feb 2021
48

59
- Updates Gradle version and enable AndroidX for Android plugin and example. (#80)

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import 'pspdfkit_instantjson_example.dart';
2525
import 'pspdfkit_annotations_example.dart';
2626
import 'pspdfkit_annotation_processing_example.dart';
2727

28-
const String PSPDFKIT_LICENSE_KEY = "License key goes here";
28+
const String PSPDFKIT_LICENSE_KEY = "LICENSE_KEY_GOES_HERE";
2929

3030
const String _documentPath = 'PDFs/PSPDFKit.pdf';
3131
const String _lockedDocumentPath = 'PDFs/protected.pdf';

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_example
22
description: Demonstrates how to use the pspdfkit plugin.
3-
version: 1.10.4
3+
version: 1.10.5
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pspdfkit_flutter
22
description: PSPDFKit flutter plugin.
3-
version: 1.10.4
3+
version: 1.10.5
44
author: PSPDFKit
55
homepage: https://pspdfkit.com/
66
environment:

0 commit comments

Comments
 (0)