Skip to content

Commit

Permalink
[in_app_review] bump versin to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Nov 17, 2020
1 parent e7423e0 commit 998e510
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions in_app_review/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions in_app_review/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions in_app_review/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 998e510

Please sign in to comment.