From fe4ad1f8599f4a8d40d2e55d24878dc9de9b6cfe Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 10 Feb 2025 18:36:23 +0000 Subject: [PATCH] Version bump for 13.17.1 --- RevenuecatPurchasesCapacitor.podspec | 2 +- android/build.gradle | 2 +- ios/Podfile | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RevenuecatPurchasesCapacitor.podspec b/RevenuecatPurchasesCapacitor.podspec index ef88ac25..4dc5f75f 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 = '14.0' s.dependency 'Capacitor' - s.dependency 'PurchasesHybridCommon', '13.16.2' + s.dependency 'PurchasesHybridCommon', '13.17.1' s.swift_version = '5.1' end diff --git a/android/build.gradle b/android/build.gradle index e4eb721a..8cfd82d4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" - implementation 'com.revenuecat.purchases:purchases-hybrid-common:13.16.2' + implementation 'com.revenuecat.purchases:purchases-hybrid-common:13.17.1' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" diff --git a/ios/Podfile b/ios/Podfile index 0ca16c61..cf7e425f 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,7 +5,7 @@ def capacitor_pods use_frameworks! pod 'Capacitor', :path => '../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios' - pod 'PurchasesHybridCommon', '13.16.2' + pod 'PurchasesHybridCommon', '13.17.1' end target 'Plugin' do diff --git a/package.json b/package.json index e732ea07..f758b119 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ } }, "dependencies": { - "@revenuecat/purchases-typescript-internal-esm": "13.16.2" + "@revenuecat/purchases-typescript-internal-esm": "13.17.1" } }