diff --git a/RevenueCatPurchasesCapacitor.podspec b/RevenueCatPurchasesCapacitor.podspec index 8ad4499b..d7a0c51b 100644 --- a/RevenueCatPurchasesCapacitor.podspec +++ b/RevenueCatPurchasesCapacitor.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '13.0' s.dependency 'Capacitor' - s.dependency 'PurchasesHybridCommon', '9.5.0' + s.dependency 'PurchasesHybridCommon', '9.6.0' s.swift_version = '5.1' end diff --git a/android/build.gradle b/android/build.gradle index dc83269a..f0afa2cd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" - implementation 'com.revenuecat.purchases:purchases-hybrid-common:9.5.0' + implementation 'com.revenuecat.purchases:purchases-hybrid-common:9.6.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" diff --git a/package.json b/package.json index 07943258..84c26403 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ } }, "dependencies": { - "@revenuecat/purchases-typescript-internal-esm": "9.5.0" + "@revenuecat/purchases-typescript-internal-esm": "9.6.0" } }