Skip to content

Commit

Permalink
Merge pull request #263 from qonversion/release/6.2.0
Browse files Browse the repository at this point in the history
Release 6.2.0
  • Loading branch information
suriksarkisyan authored Sep 25, 2023
2 parents 3ff96bf + a4063e8 commit 35a7009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-qonversion",
"title": "React Native Qonversion",
"version": "6.1.0",
"version": "6.2.0",
"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.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/internal/QonversionInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import UserProperties from '../dto/UserProperties';

const {RNQonversion} = NativeModules;

const sdkVersion = "6.1.0";
const sdkVersion = "6.2.0";

const EVENT_ENTITLEMENTS_UPDATED = "entitlements_updated";
const EVENT_PROMO_PURCHASE_RECEIVED = "promo_purchase_received";
Expand Down

0 comments on commit 35a7009

Please sign in to comment.