Skip to content

Commit

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

### Security

## [0.30.0] - 2024-09-14

### Added

- Scatter plot visualizing the difficulty and duration of the grids played.

### Changed

- Complete overhaul of the statistics UI, using bento grids. Further improvements of gathering
statistics are likely to come.

## [0.29.1] - 2024-08-07

### Changed
Expand Down
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="36"
android:versionName="0.29.1">
android:versionCode="37"
android:versionName="0.30.0">

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

0 comments on commit b197fcc

Please sign in to comment.