Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
Release 5.0.2
  • Loading branch information
SpertsyanKM authored Jul 19, 2023
2 parents 733740d + 108d1c4 commit 875dee9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "io.qonversion.sandwich:sandwich:2.0.1"
implementation "io.qonversion.sandwich:sandwich:2.0.2"

}

Expand Down
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": "5.0.1",
"version": "5.0.2",
"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 react-native-qonversion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "QonversionSandwich", "2.0.1"
s.dependency "QonversionSandwich", "2.0.2"
end
2 changes: 1 addition & 1 deletion src/internal/QonversionInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import RemoteConfig from "../dto/RemoteConfig";

const {RNQonversion} = NativeModules;

const sdkVersion = "5.0.1";
const sdkVersion = "5.0.2";

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

0 comments on commit 875dee9

Please sign in to comment.