Skip to content

Commit

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

### Security

## [0.30.1] - 2024-09-14

### Fixed

- Adds missing changlog entries in metadata.

## [0.30.0] - 2024-09-14

### Added
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
— Neue, moderne Statistik-Oberfläche
— Neues Streudiagramm, das für jedes Spiel die Dauer und die Schwierigkeit visualisiert
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/38.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
— New overhauled ui for statistics
— New scatter plot to indicate the difficulty and duration of each game
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="37"
android:versionName="0.30.0">
android:versionCode="38"
android:versionName="0.30.1">

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

0 comments on commit a12c062

Please sign in to comment.