From 90bd3db1aeaac01ff6ec811eb89b16f900ef918c Mon Sep 17 00:00:00 2001 From: Joseph Roque Date: Mon, 24 Jun 2024 23:40:45 -0700 Subject: [PATCH] chore(ios): bump ios version to 1.5.1b23 --- CHANGELOG.md | 20 ++++++++++++------- .../XCConfigs/Base/Version.xcconfig | 4 ++-- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a406ba2..511f8b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,9 @@ # Most recent version -## iOS 1.5.0b22 +## iOS 1.5.1b23 ``` -- Feat: Sharing series, games, and statistics -- Feat: New Dark Mode icon -- Feat: Faster statistics through caching preferences -- Feat: New average first roll statistic -- Feat: Manual series -- Feat: Pre-bowl convert to series +- Fix: Onboarding now supports Dark Mode ``` ## Android 4.0.0b323 @@ -22,6 +17,17 @@ # Legacy iOS Versions +## iOS 1.5.0b22 + +``` +- Feat: Sharing series, games, and statistics +- Feat: New Dark Mode icon +- Feat: Faster statistics through caching preferences +- Feat: New average first roll statistic +- Feat: Manual series +- Feat: Pre-bowl convert to series +``` + ## iOS 1.4.2b21 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 3871b661a..2be77bf4e 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 22 -MARKETING_VERSION = 1.5.0 +CURRENT_PROJECT_VERSION = 23 +MARKETING_VERSION = 1.5.1