diff --git a/CHANGELOG.md b/CHANGELOG.md index 129401a2..99adf5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/android/config.gradle b/android/config.gradle index e5623267..399befae 100644 --- a/android/config.gradle +++ b/android/config.gradle @@ -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' diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 09fbb9c6..0c8b5eef 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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' diff --git a/ios/pspdfkit_flutter.podspec b/ios/pspdfkit_flutter.podspec index 5e8f797b..9d50921b 100644 --- a/ios/pspdfkit_flutter.podspec +++ b/ios/pspdfkit_flutter.podspec @@ -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' } diff --git a/pubspec.yaml b/pubspec.yaml index b4369e39..2303e352 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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