From deb3da9e1b6d70564ffa6ff42d6143e18cb3ccc1 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Thu, 25 Aug 2022 21:45:43 +0000 Subject: [PATCH] Version bump for 4.2.0 --- .version | 2 +- CHANGELOG.latest.md | 6 ++---- CHANGELOG.md | 4 ++++ PurchasesHybridCommon.podspec | 2 +- android/build.gradle | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.version b/.version index b673f6ac..ef8d7569 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.1.5 \ No newline at end of file +4.2.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index a010adb4..23a22ba4 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,4 +1,2 @@ -### Other Changes -* Upgrade iOS to 4.10.2 and Android to 5.5.0 (#220) via RevenueCat Git Bot (@RCGitBot) -* Fix CircleCI caches (#217) via Cesar de la Vega (@vegaro) -* Skip next version if there are no public changes (#218) via Cesar de la Vega (@vegaro) +### New Features +* Add in missing attribution functions (#219) via Joshua Liebowitz (@taquitos) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec659d4..42c396b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.0 +### New Features +* Add in missing attribution functions (#219) via Joshua Liebowitz (@taquitos) + ## 4.1.5 ### Other Changes * Upgrade iOS to 4.10.2 and Android to 5.5.0 (#220) via RevenueCat Git Bot (@RCGitBot) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 592ee358..90a698ce 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "4.1.5" + s.version = "4.2.0" 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 31e94c96..75e83d52 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { minSdkVersion 14 targetSdkVersion 32 versionCode 1 - versionName "4.1.5" + versionName "4.2.0" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index b471cc59..0961ecd2 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # Maven GROUP=com.revenuecat.purchases -VERSION_NAME=4.1.5 +VERSION_NAME=4.2.0 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 e6137f1a..80548475 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.1.5 + 4.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 4cf21568..69895a9c 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.1.5 + 4.2.0 CFBundleVersion 1