Skip to content

Commit 9666d97

Browse files
committed
[in_app_review] bump version to 1.0.4-dev
1 parent 8e394da commit 9666d97

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

in_app_review/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.0.4-dev]
2+
3+
- Update in_app_review_platform_interface to 1.0.5-dev
4+
- Remove dependency on `package_info`.
5+
- Handle `openStoreListing()` with native code for Android, IOS and MacOS.
6+
17
# [1.0.3]
28

39
- Update in_app_review_platform_interface to 1.0.4

in_app_review/example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ packages:
123123
path: ".."
124124
relative: true
125125
source: path
126-
version: "1.0.3"
126+
version: "1.0.4-dev"
127127
in_app_review_platform_interface:
128128
dependency: "direct overridden"
129129
description:
130130
path: "../../in_app_review_platform_interface"
131131
relative: true
132132
source: path
133-
version: "1.0.4"
133+
version: "1.0.5-dev"
134134
integration_test:
135135
dependency: "direct dev"
136136
description:

in_app_review/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: in_app_review
22
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.
3-
version: 1.0.3
3+
version: 1.0.4-dev
44
homepage: https://github.com/britannio/in_app_review/tree/master/in_app_review
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
in_app_review_platform_interface: ^1.0.4
14+
in_app_review_platform_interface: ^1.0.5-dev
1515

1616
dev_dependencies:
1717
flutter_test:

0 commit comments

Comments
 (0)