diff --git a/README.md b/README.md index e92af634f..2c1145b1a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index 66a63e6a6..3af9576f2 100644 --- a/package.json +++ b/package.json @@ -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",