Skip to content

Commit 394f366

Browse files
committed
Version updated to 9.0.0
1 parent 499f683 commit 394f366

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iaphub",
3-
"version": "8.10.4",
3+
"version": "9.0.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
version: "8.10.4",
2+
version: "9.0.0",
33
iosSDKVersion: "4.6.5",
44
androidSDKVersion: "5.0.0"
55
};

0 commit comments

Comments
 (0)