Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Oct 15, 2020
1 parent 55a3f87 commit 3acd21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.3.2
+ Add missing dep 'meta'.

## 2.3.1
Republishing since sourcode seems not merged correctly.

Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3acd21b

Please sign in to comment.