diff --git a/README.md b/README.md index 9a64479..9249f9c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ Also there are some other methods that is not supported in ios and implemented i Lastly, this module also supports types for typescript users from `0.2.5`. ## Changelogs +- **[0.2.8]** + + `homepage` now is mandatory attribute in cocoapods from [pull request](https://github.com/dooboolab/react-native-iap/pull/21). - **[0.2.7]** - + Get Android `buyItem` cancel callback. + + Android `buyItem` cancel callback. - **[0.2.6]** + Android buyItem method do not consume item right away from 0.2.6. - **[0.2.5]** diff --git a/package.json b/package.json index 1281d15..be991c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iap", - "version": "0.2.7", + "version": "0.2.8", "description": "", "main": "index.js", "types": "index.d.ts",