Skip to content

Commit a5789cd

Browse files
authored
Merge pull request #349 from qonversion/release/8.2.3
Release 8.2.3
2 parents b454fd4 + b565f86 commit a5789cd

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": "react-native-qonversion",
33
"title": "React Native Qonversion",
4-
"version": "8.2.2",
4+
"version": "8.2.3",
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.2";
26+
const sdkVersion = "8.2.3";
2727

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

0 commit comments

Comments
 (0)