Skip to content

Commit 5471420

Browse files
authored
[in_app_purchase] Bump version (flutter#3227)
Follow-up for flutter#3220 (forgot to bump in that PR).
1 parent 8a613b9 commit 5471420

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/in_app_purchase/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.4+16
2+
3+
* Add Dartdocs to all public APIs.
4+
15
## 0.3.4+15
26

37
* Update android compileSdkVersion to 29.

packages/in_app_purchase/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4-
version: 0.3.4+15
4+
version: 0.3.4+16
55

66
dependencies:
77
async: ^2.0.8

0 commit comments

Comments
 (0)