Skip to content

Commit

Permalink
Merge pull request #18 from qonversion/release/0.1.3
Browse files Browse the repository at this point in the history
Release 0.1.3
  • Loading branch information
suriksarkisyan authored Nov 4, 2024
2 parents ac23682 + 1653d1e commit 561a7bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def upgrade_sandwich_android(new_version)
end

def upgrade_sandwich_ios(new_version)
path = "../QonversionCapacitor.podspec"
path = "../QonversionCapacitorPlugin.podspec"
common_part = "s.dependency \"QonversionSandwich\", \""
regex = /#{common_part}.*"/
result_value = "#{common_part}#{new_version}\""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qonversion/capacitor-plugin",
"version": "0.1.2",
"version": "0.1.3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/internal/QonversionInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {QonversionApi} from '../QonversionApi';
import {QonversionNativePlugin} from '../QonversionNativePlugin';
import {PurchaseOptionsBuilder} from '../dto/PurchaseOptionsBuilder';

const sdkVersion = "0.1.2";
const sdkVersion = "0.1.3";

const entitlementsUpdatedEvent = 'entitlementsUpdatedEvent';
const promoPurchaseEvent = 'shouldPurchasePromoProductEvent';
Expand Down

0 comments on commit 561a7bc

Please sign in to comment.