Skip to content

Commit

Permalink
plees-tracker 7.6.1
Browse files Browse the repository at this point in the history
Change-Id: I93a486006482a3fa47ae84ae493635acbe528ead
  • Loading branch information
vmiklos committed Sep 1, 2023
1 parent cde6844 commit 6565f99
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 @@ -12,8 +12,8 @@ android {
applicationId "hu.vmiklos.plees_tracker"
minSdkVersion 23
targetSdkVersion 33
versionCode 46
versionName "7.6.0"
versionCode 47
versionName "7.6.1"
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#366 ignore empty days when counting average of daily sums
- Resolves: gh#406 export to file: avoid reporting success in toast on failure
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 v7.6.0, released on 2023-08-03.
The latest version is v7.6.1, released on 2023-09-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
## 7.6.1

- Resolves: gh#406 export to file: avoid reporting success in toast on failure

Expand Down

0 comments on commit 6565f99

Please sign in to comment.