Skip to content

Commit

Permalink
Advance version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Mar 1, 2022
1 parent 54dd76e commit 6c814d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.1.0
* Make the hour at which a day changes selectable
* Show change message in title bar
* Add a monochome launcher icon for Android 13

## 1.0.8
* Improve screen time recording

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 11
targetSdkVersion sdk_version

versionCode 9
versionName '1.0.8'
versionCode 10
versionName '1.1.0'
}

signingConfigs {
Expand Down

0 comments on commit 6c814d3

Please sign in to comment.