Skip to content

Commit

Permalink
Published to npm 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Apr 10, 2018
1 parent 947bbe6 commit 4548214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ 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.3.4]**
+ fix crash on launchBillingFlow failure in Android from [PR](https://github.com/dooboolab/react-native-iap/pull/107).
+ Fixed typings.
- **[0.3.1]**
+ Fixed linking manual dependency in ios from [PR](https://github.com/dooboolab/react-native-iap/pull/94).
+ Fixed returning localizedPrice when need actual price in Android from [ISSUE](https://github.com/dooboolab/react-native-iap/issues/86).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "0.3.2",
"version": "0.3.4",
"description": "React Native In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 4548214

Please sign in to comment.