From 80708fdaa2e158822c54813089371192eb39548c Mon Sep 17 00:00:00 2001 From: salami <340367+salami@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:09:11 +0000 Subject: [PATCH] Update helium-swift SDK dependency to 4.5.2 --- PaywallSdkReactNative.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PaywallSdkReactNative.podspec b/PaywallSdkReactNative.podspec index 32baf65..89f85b6 100644 --- a/PaywallSdkReactNative.podspec +++ b/PaywallSdkReactNative.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency 'Helium', '4.3.0' + s.dependency 'Helium', '4.5.2' # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. diff --git a/package.json b/package.json index 3158621..489fb0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryheliumai/paywall-sdk-react-native", - "version": "3.0.23", + "version": "3.0.24", "description": "Paywall SDK Helium", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",