Skip to content

Commit ff62d22

Browse files
Merge pull request #360 from qonversion/release/8.2.5
Release 9.0.1
2 parents 0b2e556 + 9681a5d commit ff62d22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "9.0.0",
4+
"version": "9.0.1",
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",

react-native-qonversion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.requires_arc = true
2323

2424
s.dependency "React"
25-
s.dependency "QonversionSandwich", "6.0.6"
25+
s.dependency "QonversionSandwich", "6.0.8"
2626

2727
end

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 = "9.0.0";
26+
const sdkVersion = "9.0.1";
2727

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

0 commit comments

Comments
 (0)