Skip to content

Commit d93c9ab

Browse files
author
PSPDFKit
committed
Release 3.0.3
1 parent 9957dfd commit d93c9ab

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
## Newest Release
22

3+
### 3.0.3 - 07 Dec 2021
4+
5+
- Updates for PSPDFKit 8.0.2 for Android. (#32165)
6+
7+
## Previous Releases
8+
39
### 3.0.2 - 02 Nov 2021
410

511
- Updates for PSPDFKit 11.1 for iOS. (#31654)
612
- Updates for PSPDFKit 8.0.1 for Android. (#31743)
713
- Improves the repository's README. (#31633)
814

9-
## Previous Releases
10-
1115
### 3.0.1 - 21 Oct 2021
1216

1317
- Update to PSPDFKit for Android 8.

android/config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {
3838

3939
ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
4040
if (pspdfkitVersion == null || pspdfkitVersion == '') {
41-
ext.pspdfkitVersion = '8.0.1'
41+
ext.pspdfkitVersion = '8.0.2'
4242
}
4343

4444
ext.pspdfkitMavenModuleName = 'pspdfkit'

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: 3.0.2
3+
version: 3.0.3
44
homepage: https://pspdfkit.com/
55
environment:
66
sdk: '>=2.12.0 <3.0.0'

ios/pspdfkit_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'pspdfkit_flutter'
6-
s.version = '3.0.2'
6+
s.version = '3.0.3'
77
s.homepage = 'https://PSPDFKit.com'
88
s.documentation_url = 'https://pspdfkit.com/guides/flutter'
99
s.license = { :type => 'Commercial', :file => '../LICENSE' }

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: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
3-
version: 3.0.2
3+
version: 3.0.3
44
homepage: https://pspdfkit.com/
55
repository: https://github.com/PSPDFKit/pspdfkit-flutter
66
issue_tracker: https://support.pspdfkit.com/hc/en-us/requests/new

0 commit comments

Comments
 (0)