Skip to content

Commit

Permalink
Chore: Bump iOS version to 1.2.0b13
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Oct 25, 2023
1 parent 7bd0f55 commit 849d22d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Most recent version

## iOS 1.1.2b12
## iOS 1.2.0b13

```
- Fix: Prevent score calculation from being applied to wrong game and overwriting score
- Feat: Add ArchiveList
- Feat: Archive bowlers, leagues, series, and games
- Feat: Add new games to series after they're created
- Feat: Better empty state for GamesList
- Fix: Ensure game details are loaded before all other properties
```

## Android v3.2.0
Expand All @@ -18,6 +22,12 @@ This update also comes with some quality of life fixes:

# Legacy versions

## iOS 1.1.2b12

```
- Fix: Prevent score calculation from being applied to wrong game and overwriting score
```

## iOS 1.1.1b11

```
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 = 12
MARKETING_VERSION = 1.1.2
CURRENT_PROJECT_VERSION = 13
MARKETING_VERSION = 1.2.0

0 comments on commit 849d22d

Please sign in to comment.