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