diff --git a/in_app_review/CHANGELOG.md b/in_app_review/CHANGELOG.md index 49bca43..5b9058b 100644 --- a/in_app_review/CHANGELOG.md +++ b/in_app_review/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.0.3] + +- Update in_app_review_platform_interface to 1.0.4 +- Update android compileSdkVersion to 29. +- Lower dependency version constraints. + # [1.0.2] - Update in_app_review_platform_interface to 1.0.3 diff --git a/in_app_review/example/pubspec.lock b/in_app_review/example/pubspec.lock index c3e05ec..251c5cf 100644 --- a/in_app_review/example/pubspec.lock +++ b/in_app_review/example/pubspec.lock @@ -123,14 +123,14 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" in_app_review_platform_interface: dependency: "direct overridden" description: path: "../../in_app_review_platform_interface" relative: true source: path - version: "1.0.3" + version: "1.0.4" integration_test: dependency: "direct dev" description: diff --git a/in_app_review/pubspec.yaml b/in_app_review/pubspec.yaml index fff3195..009572d 100644 --- a/in_app_review/pubspec.yaml +++ b/in_app_review/pubspec.yaml @@ -1,6 +1,6 @@ name: in_app_review description: Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS and MacOS. Makes it easy for users to rate your app. -version: 1.0.2 +version: 1.0.3 homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - in_app_review_platform_interface: ^1.0.3 + in_app_review_platform_interface: ^1.0.4 dev_dependencies: flutter_test: