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",