Skip to content

Commit 55fe7e6

Browse files
authored
Merge pull request #386 from qonversion/release/10.0.0
2 parents 5363559 + 79e8273 commit 55fe7e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qonversion/react-native-sdk",
33
"title": "React Native Qonversion",
4-
"version": "10.0.0-RC1",
4+
"version": "10.0.0-RC2",
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": "./lib/module/index.js",
77
"types": "./lib/typescript/src/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
import RNQonversion from './specs/NativeQonversionModule';
2424
import type { QPromoOfferDetails } from './specs/NativeQonversionModule';
2525

26-
export const sdkVersion = "10.0.0-RC1";
26+
export const sdkVersion = "10.0.0-RC2";
2727
export const sdkSource = "rn";
2828

2929
export default class QonversionInternal implements QonversionApi {

0 commit comments

Comments
 (0)