diff --git a/package.json b/package.json index d9dc1a5..4e000f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qonversion/capacitor-plugin", - "version": "1.6.0", + "version": "1.7.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": "dist/plugin.cjs.js", "module": "dist/esm/index.js", diff --git a/src/internal/QonversionInternal.ts b/src/internal/QonversionInternal.ts index d9e4015..64afd70 100644 --- a/src/internal/QonversionInternal.ts +++ b/src/internal/QonversionInternal.ts @@ -22,7 +22,7 @@ import {PurchaseOptionsBuilder} from '../dto/PurchaseOptionsBuilder'; import {SKProductDiscount} from '../dto/storeProducts/SKProductDiscount'; import {PromotionalOffer} from '../dto/PromotionalOffer'; -export const sdkVersion = "1.6.0"; +export const sdkVersion = "1.7.0"; export const sdkSource = "capacitor"; const entitlementsUpdatedEvent = 'entitlementsUpdatedEvent';