From f9f21f901ecca95ccf5c2853379b4da52d734638 Mon Sep 17 00:00:00 2001 From: Joseph Roque Date: Wed, 18 Oct 2023 13:13:46 -0700 Subject: [PATCH] Chore: Bump iOS version to 1.1.2b12 --- CHANGELOG.md | 14 ++++++++++---- ios/ApproachIOS/XCConfigs/Base/Version.xcconfig | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed18325fa..d090a01de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ # Most recent version -## iOS 1.1.1b11 +## iOS 1.1.2b12 ``` -- Feat: More varied charts in series list -- Fix: Statistics not loading when a all games of a series are excluded -- Fix: Marking a pre-bowl as a regular series now updates the games in the series to be included in stats +- Fix: Prevent score calculation from being applied to wrong game and overwriting score ``` ## Android v3.2.0 @@ -20,6 +18,14 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.1.1b11 + +``` +- Feat: More varied charts in series list +- Fix: Statistics not loading when a all games of a series are excluded +- Fix: Marking a pre-bowl as a regular series now updates the games in the series to be included in stats +``` + ## iOS 1.1.0b10 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 5cd2fe522..f1e68fbb3 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 11 -MARKETING_VERSION = 1.1.1 +CURRENT_PROJECT_VERSION = 12 +MARKETING_VERSION = 1.1.2