Skip to content

Commit a5ca751

Browse files
authored
Merge pull request #424 from qonversion/release/10.3.2
Release 10.3.2
2 parents 334c41d + 4c6428f commit a5ca751

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.3.1",
4+
"version": "10.3.2",
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
@@ -24,7 +24,7 @@ import PromotionalOffer from '../dto/PromotionalOffer';
2424
import RNQonversion from './specs/NativeQonversionModule';
2525
import type { QPromoOfferDetails } from './specs/NativeQonversionModule';
2626

27-
export const sdkVersion = "10.3.1";
27+
export const sdkVersion = "10.3.2";
2828
export const sdkSource = "rn";
2929

3030
export default class QonversionInternal implements QonversionApi {

0 commit comments

Comments
 (0)