diff --git a/.version b/.version index 4bac418e..99eba4de 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.0.2 \ No newline at end of file +4.1.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 45df0537..9c8ff497 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1 +1 @@ -- Updated `purchases-android` to [5.4.1](https://github.com/RevenueCat/purchases-android/releases/tag/5.4.1) +* Update iOS 4.10.0 (and add AdServices) (#194) via Josh Holtz (@joshdholtz) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec2c60e..b80e4b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.1.0 +* Update iOS 4.10.0 (and add AdServices) (#194) via Josh Holtz (@joshdholtz) + ## 4.0.2 - Redeploy updates from 4.0.1 - bad deploy. diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 031c4747..68276cab 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "4.0.2" + s.version = "4.1.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 21fec894..92256479 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,7 +47,7 @@ android { minSdkVersion 14 targetSdkVersion 32 versionCode 1 - versionName "4.0.2" + versionName "4.1.0" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index 1f616e3e..95a89419 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.0.2 +VERSION_NAME=4.1.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 2f8d1a6c..c8180ef9 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.0.2 + 4.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 29e42c6a..203739d1 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.0.2 + 4.1.0 CFBundleVersion 1