From b8d20ba1c8e13cc73d72e37cf98607d01fd357b6 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 6 Dec 2023 17:33:51 +0000 Subject: [PATCH] Version bump for 4.31.2 --- .version | 2 +- CHANGELOG.latest.md | 12 +++++------- CHANGELOG.md | 7 +++++++ RevenueCat.podspec | 2 +- RevenueCatUI.podspec | 2 +- Sources/Info.plist | 2 +- Sources/Misc/SystemInfo.swift | 2 +- Tests/BackendIntegrationTestApp/Info.plist | 2 +- Tests/BackendIntegrationTests/Info.plist | 2 +- Tests/UnitTests/Info.plist | 2 +- Tests/UnitTestsHostApp/Info.plist | 2 +- scripts/docs/index.html | 2 +- scripts/docs/v4_api_migration_guide.html | 2 +- 13 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.version b/.version index b46516ea90..97ce8af77a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.32.0-SNAPSHOT +4.31.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 3f23deae63..8b5f007d10 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,5 @@ -### RevenueCatUI -* `Paywalls`: remove empty space when template 4 has no offer details (#3469) via NachoSoto (@NachoSoto) -### Other Changes -* `Concurrency`: address strict concurrency issues on `SystemInfo` (#3462) via NachoSoto (@NachoSoto) -* `CircleCI`: upgrade to Xcode 15.1 (#3403) via NachoSoto (@NachoSoto) -* `Paywalls`: tests for `PurchaseButton` layout logic (#3468) via NachoSoto (@NachoSoto) -* `Paywalls`: simplified `PaywallViewMode` logic (#3470) via NachoSoto (@NachoSoto) +### Bugfixes +* Improve pricePerYear price calculation precision (#3492) via Toni Rico (@tonidero) +* Improve price per month accuracy for weekly subscriptions (#3480) via Andy Boedo (@aboedo) +### Dependency Updates +* Bump danger from 9.4.0 to 9.4.1 (#3485) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9dbfaeac..dd7956c8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.31.2 +### Bugfixes +* Improve pricePerYear price calculation precision (#3492) via Toni Rico (@tonidero) +* Improve price per month accuracy for weekly subscriptions (#3480) via Andy Boedo (@aboedo) +### Dependency Updates +* Bump danger from 9.4.0 to 9.4.1 (#3485) via dependabot[bot] (@dependabot[bot]) + ## 4.31.1 ### RevenueCatUI * `Paywalls`: remove empty space when template 4 has no offer details (#3469) via NachoSoto (@NachoSoto) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 2d23835c46..b84c68dcb5 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "4.32.0-SNAPSHOT" + s.version = "4.31.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 7ccbaa0358..686b21641b 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "4.32.0-SNAPSHOT" + s.version = "4.31.2" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 3678f8d53f..44817831e9 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.32.0 + 4.31.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 7dea5f9a75..9dbd43480e 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -66,7 +66,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "4.32.0-SNAPSHOT" + return "4.31.2" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index c7f199511d..82f66ae109 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.32.0 + 4.31.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index 617b7422b9..0884726b53 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.32.0 + 4.31.2 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index 617b7422b9..0884726b53 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.32.0 + 4.31.2 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 8a7dc9a70e..f1e761baf1 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.32.0 + 4.31.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index a61d3e51b0..5edabf6c8d 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html index 6988e22317..763dd3b522 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - +