Skip to content

Commit 3315fa7

Browse files
authored
[create-pull-request] automated change
1 parent de81dc6 commit 3315fa7

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

fastlane/report.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,5 @@
44

55

66

7-
8-
<testcase classname="fastlane.lanes" name="0: last_git_tag" time="0.101442">
9-
10-
</testcase>
11-
12-
13-
<testcase classname="fastlane.lanes" name="1: add_git_tag" time="0.064798">
14-
15-
</testcase>
16-
17-
18-
<testcase classname="fastlane.lanes" name="2: push_git_tags" time="2.572489">
19-
20-
</testcase>
21-
227
</testsuite>
238
</testsuites>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-qonversion",
33
"title": "React Native Qonversion",
4-
"version": "8.2.3",
4+
"version": "9.0.0",
55
"description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.",
66
"main": "build/index.js",
77
"types": "build/index.d.ts",

src/internal/QonversionInternal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PromotionalOffer from '../dto/PromotionalOffer';
2323

2424
const {RNQonversion} = NativeModules;
2525

26-
const sdkVersion = "8.2.3";
26+
const sdkVersion = "9.0.0";
2727

2828
const EVENT_ENTITLEMENTS_UPDATED = "entitlements_updated";
2929
const EVENT_PROMO_PURCHASE_RECEIVED = "promo_purchase_received";

0 commit comments

Comments
 (0)