Skip to content

Commit

Permalink
chore(ios): bump ios version to 1.4.1b20
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Dec 14, 2023
1 parent c81b7e5 commit 15f59cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Most recent version

## iOS 1.4.0b19
## iOS 1.4.1b20

```
- Fix: Frames with a single roll no longer count towards statistics
- Chore: New launch service colocates all launch initialization code
- Chore: Updated swift-composable-architecture to 1.5.5
- Chore: Refactored Reducers to use new @Reducer macro
- Chore: Refactored Stores to use new CaseKeyPaths
```

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

# Legacy versions

## iOS 1.4.0b19

```
- Fix: Frames with a single roll no longer count towards statistics
- Chore: New launch service colocates all launch initialization code
```

## iOS 1.3.1b18

```
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 = 19
MARKETING_VERSION = 1.4.0
CURRENT_PROJECT_VERSION = 20
MARKETING_VERSION = 1.4.1

0 comments on commit 15f59cd

Please sign in to comment.