Skip to content

Commit

Permalink
plees-tracker 24.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Jul 2, 2024
1 parent 5808197 commit 28336c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "hu.vmiklos.plees_tracker"
minSdkVersion 23
targetSdkVersion 34
versionCode 56
versionName "24.2.4"
versionCode 57
versionName "24.2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Resolves: gh#437 add option to use median instead of average
- Resolves: gh#474 don't require app restart when changing the `use_median` setting
2 changes: 1 addition & 1 deletion guide/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plees-tracker is a simple sleep tracker for your Android phone.

The latest version is v24.2.4, released on 2024-06-01.
The latest version is v24.2.5, released on 2024-07-02.

## Description

Expand Down
2 changes: 1 addition & 1 deletion guide/src/news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 24.2.5

- Resolves: gh#474 don't require app restart when changing the `use_median` setting

Expand Down

0 comments on commit 28336c9

Please sign in to comment.