Skip to content

Commit

Permalink
Prepare release of version 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Oct 13, 2024
1 parent f5fa9cc commit 7691a0c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix crash during start if the app starts for the first time.

### Security

## [0.31.2] - 2024-10-13

### Fixed

- Fix crash during start if the app has never been started before.

## [0.31.1] - 2024-10-10

### Fixed
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
— Behebt einen Absturz, falls diese App noch nie vorher gestartet wurde.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
— Fix crash during start if the app has never been started before.
4 changes: 2 additions & 2 deletions gauguin-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="42"
android:versionName="0.31.1">
android:versionCode="43"
android:versionName="0.31.2">

<application
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 7691a0c

Please sign in to comment.