From 35a7537c797b4dc3966bdefd77a8485c87602875 Mon Sep 17 00:00:00 2001 From: Toni Rico Date: Mon, 5 Feb 2024 15:32:22 +0100 Subject: [PATCH] Version bump for 6.3.1 --- .version | 2 +- CHANGELOG.latest.md | 8 +------- CHANGELOG.md | 4 ++++ PurchasesHybridCommon.podspec | 2 +- android/build.gradle | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 9 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.version b/.version index e7e42a4b..39ee137b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.3.0 \ No newline at end of file +6.3.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 746212af..620f623b 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,8 +1,2 @@ -### New Features -* Add product type to typescript types (#507) via Cesar de la Vega (@vegaro) -### Bugfixes -* Add `product_plan_identifier` to `EntitlementInfo` model (#512) via Toni Rico (@tonidero) ### Dependency Updates -* [AUTOMATIC] iOS 4.26.0 => 4.26.1 Android 6.9.4 => 6.9.5 (#504) via RevenueCat Git Bot (@RCGitBot) -### Other Changes -* fix proxyURL not crashing if invalid url is passed (#508) via Andy Boedo (@aboedo) +* Bump android to 6.9.6 (#708) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5624af6c..c3844f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.3.1 +### Dependency Updates +* Bump android to 6.9.6 (#708) via Toni Rico (@tonidero) + ## 6.3.0 ### New Features * Add product type to typescript types (#507) via Cesar de la Vega (@vegaro) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 181d2695..bac5f45d 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "6.3.0" + s.version = "6.3.1" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/android/build.gradle b/android/build.gradle index db9900a2..720bb3c7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,7 +48,7 @@ android { minSdkVersion 14 targetSdkVersion 33 versionCode 1 - versionName "6.3.0" + versionName "6.3.1" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index c9666610..329a4dbc 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # Maven GROUP=com.revenuecat.purchases -VERSION_NAME=6.3.0 +VERSION_NAME=6.3.1 POM_NAME=purchases-hybrid-common POM_PACKAGING=aar POM_ARTIFACT_ID=purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index 48cfa4cd..561b6b0f 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.3.0 + 6.3.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 2a062aaa..d9589edd 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.3.0 + 6.3.1 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index 3aacbe58..13649a02 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,7 +1,7 @@ { "name": "@revenuecat/purchases-typescript-internal", "title": "Purchases typescript internal shared code", - "version": "6.3.0", + "version": "6.3.1", "description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.", "main": "dist/index.js", "types": "dist/index.d.ts",