Skip to content

Commit e114a5f

Browse files
committed
Version updated to 8.6.0
1 parent c9b7b4d commit e114a5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iaphub",
3-
"version": "8.5.1",
3+
"version": "8.6.0",
44
"description": "The easiest way to implement IAP (In-app purchase) in your React Native app",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/config.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
version: "8.5.1"
2+
version: "8.6.0"
33
};

0 commit comments

Comments
 (0)