From 363f1a53d3c528e4786629d41f3fac0f4cab8fc1 Mon Sep 17 00:00:00 2001 From: hyochan Date: Sun, 4 Feb 2018 01:32:35 +0900 Subject: [PATCH] Pod 1.3.1 [installation support](https://github.com/dooboolab/react-native-iap/pull/21). --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a64479ed..9249f9c1d 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 1281d157c..be991c9c7 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",