From 3acd21ba1cc856bbf2ae108e772ef77ff101ab08 Mon Sep 17 00:00:00 2001 From: hyochan Date: Thu, 15 Oct 2020 18:59:27 +0900 Subject: [PATCH] Release 2.3.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae02f94..6fd114a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.2 ++ Add missing dep 'meta'. + ## 2.3.1 Republishing since sourcode seems not merged correctly. diff --git a/pubspec.yaml b/pubspec.yaml index 935118a6..8309b7ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,13 @@ name: flutter_inapp_purchase description: In App Purchase plugin for flutter. This project has been forked by react-native-iap and we are willing to share same experience with that on react-native. -version: 2.3.1 +version: 2.3.2 homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/master/pubspec.yaml environment: sdk: ">=2.1.0 <3.0.0" flutter: ">=1.12.0 <2.0.0" dependencies: http: '>=0.11.0 <1.0.0' + meta: ^1.2.3 flutter: sdk: flutter