From 549cd8336c2d18fc9a974ffd8a3016f3ee0b2976 Mon Sep 17 00:00:00 2001 From: Joseph Roque Date: Mon, 9 Oct 2023 19:04:41 -0700 Subject: [PATCH] Chore: Bump version to 1.1.1b11 --- CHANGELOG.md | 12 ++++++++++-- ios/ApproachIOS/XCConfigs/Base/Version.xcconfig | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adadc8515..ed18325fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Most recent version -## iOS 1.1.0b10 +## iOS 1.1.1b11 ``` -- Fix: Resolve issue with iPad icon picking +- 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 ``` ## Android v3.2.0 @@ -18,6 +20,12 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.1.0b10 + +``` +- Fix: Resolve issue with iPad icon picking +``` + ## iOS 1.1.0b9 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 7e86eae66..5cd2fe522 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 10 -MARKETING_VERSION = 1.1.0 +CURRENT_PROJECT_VERSION = 11 +MARKETING_VERSION = 1.1.1