Skip to content

Commit

Permalink
Chore: Bump version to 1.1.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Oct 7, 2023
1 parent dc08a2b commit aafda90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Most recent version

## iOS 1.0.4b8
## iOS 1.1.0b9

```
- Feat: Show series and game statistics from GameDetails
- Feat: Render statistics in charts per game for series
- Fix: Pins left of deck stat now only calculated for frames with at least 1 roll
- Fix: Next button in GamesEditor is larger
- Fix: League # of games is dynamic by default
- Fix: Strikes are now calculated properly when followed by incomplete frames
- Feat: New statistics: Fives and Threes
- Feat: Descriptions of statistics in list
```

## Android v3.2.0
Expand All @@ -23,6 +19,17 @@ This update also comes with some quality of life fixes:

# Legacy versions

## iOS 1.0.4b8

```
- Feat: Show series and game statistics from GameDetails
- Feat: Render statistics in charts per game for series
- Fix: Pins left of deck stat now only calculated for frames with at least 1 roll
- Fix: Next button in GamesEditor is larger
- Fix: League # of games is dynamic by default
- Fix: Strikes are now calculated properly when followed by incomplete frames
```

## iOS 1.0.3b7

```
Expand Down
4 changes: 2 additions & 2 deletions ios/ApproachIOS/XCConfigs/Base/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CURRENT_PROJECT_VERSION = 8
MARKETING_VERSION = 1.0.4
CURRENT_PROJECT_VERSION = 9
MARKETING_VERSION = 1.1.0

0 comments on commit aafda90

Please sign in to comment.