Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PSPDFKit committed Dec 8, 2021
1 parent 9957dfd commit d93c9ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Newest Release

### 3.0.3 - 07 Dec 2021

- Updates for PSPDFKit 8.0.2 for Android. (#32165)

## Previous Releases

### 3.0.2 - 02 Nov 2021

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

## Previous Releases

### 3.0.1 - 21 Oct 2021

- Update to PSPDFKit for Android 8.
Expand Down
2 changes: 1 addition & 1 deletion android/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (pspdfkitMavenUrl == null || pspdfkitMavenUrl == '') {

ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
if (pspdfkitVersion == null || pspdfkitVersion == '') {
ext.pspdfkitVersion = '8.0.1'
ext.pspdfkitVersion = '8.0.2'
}

ext.pspdfkitMavenModuleName = 'pspdfkit'
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_example
description: Demonstrates how to use the pspdfkit plugin.
version: 3.0.2
version: 3.0.3
homepage: https://pspdfkit.com/
environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion ios/pspdfkit_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'pspdfkit_flutter'
s.version = '3.0.2'
s.version = '3.0.3'
s.homepage = 'https://PSPDFKit.com'
s.documentation_url = 'https://pspdfkit.com/guides/flutter'
s.license = { :type => 'Commercial', :file => '../LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_flutter
description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
version: 3.0.2
version: 3.0.3
homepage: https://pspdfkit.com/
repository: https://github.com/PSPDFKit/pspdfkit-flutter
issue_tracker: https://support.pspdfkit.com/hc/en-us/requests/new
Expand Down

0 comments on commit d93c9ab

Please sign in to comment.