Skip to content

Commit

Permalink
plees-tracker 24.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Jun 1, 2024
1 parent 86f1e36 commit 9f4fc28
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 55
versionName "24.2.3"
versionCode 56
versionName "24.2.4"
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#436 show zero time instead of empty text without sleeps
- Resolves: gh#437 add option to use median instead of average
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.3, released on 2024-05-03.
The latest version is v24.2.4, released on 2024-06-01.

## 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.4

- Resolves: gh#437 add option to use median instead of average

Expand Down

0 comments on commit 9f4fc28

Please sign in to comment.