Skip to content

Commit

Permalink
plees-tracker 24.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Apr 1, 2024
1 parent 269747e commit 305890c
Show file tree
Hide file tree
Showing 4 changed files with 7 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 53
versionName "24.2.1"
versionCode 54
versionName "24.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- Resolves: gh#419 add optional do not disturb mode integration (Mason Fisher)
- Resolves: gh#455 main activity: fix missing update after changing the rating of a sleep
- add 30/45/60minutes to "Start time delay" option (k3dar)
- Czech localization added (k3dar)
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.1, released on 2024-03-01.
The latest version is v24.2.2, released on 2024-04-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.2

- Resolves: gh#455 main activity: fix missing update after changing the rating of a sleep
- add 30/45/60minutes to "Start time delay" option (k3dar)
Expand Down

0 comments on commit 305890c

Please sign in to comment.