Skip to content

Commit

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

### Security

## [0.31.3] - 2024-10-19

### Fixed

- Main screen did not update when starting a new game in some circumstances.
- Fix missing average marker in statistics.

## [0.31.2] - 2024-10-13

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/44.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
— Bugfix: Nach Start eines neuen Spiels wurden manchmal z.B. die Informationen über die Schwierigkeitsstufe nicht aktualisiert.
— Bugfix: Bei den Statistiken werden die Mittelwerte wieder in den Diagrammen eingeblendet.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/44.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
— Bug fix where the main screen did not reflect a new grid in some circumstances.
— Re-ads missing average lines in statistics.
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="43"
android:versionName="0.31.2">
android:versionCode="44"
android:versionName="0.31.3">

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

0 comments on commit 00f9274

Please sign in to comment.