From 15f59cd7b42e21f1406d2cb938e6da912922e650 Mon Sep 17 00:00:00 2001 From: Joseph Roque Date: Thu, 14 Dec 2023 12:45:32 -0800 Subject: [PATCH] chore(ios): bump ios version to 1.4.1b20 --- CHANGELOG.md | 14 +++++++++++--- ios/ApproachIOS/XCConfigs/Base/Version.xcconfig | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8c53fe6..47e8d92e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Most recent version -## iOS 1.4.0b19 +## iOS 1.4.1b20 ``` -- Fix: Frames with a single roll no longer count towards statistics -- Chore: New launch service colocates all launch initialization code +- Chore: Updated swift-composable-architecture to 1.5.5 +- Chore: Refactored Reducers to use new @Reducer macro +- Chore: Refactored Stores to use new CaseKeyPaths ``` ## Android v3.2.0 @@ -21,6 +22,13 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.4.0b19 + +``` +- Fix: Frames with a single roll no longer count towards statistics +- Chore: New launch service colocates all launch initialization code +``` + ## iOS 1.3.1b18 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 662032bf2..026027233 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 19 -MARKETING_VERSION = 1.4.0 +CURRENT_PROJECT_VERSION = 20 +MARKETING_VERSION = 1.4.1