Skip to content

Commit

Permalink
Advance version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jun 16, 2022
1 parent ad19ad7 commit 8471e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.1.1
* Stop counting when the screen saver starts

## 1.1.0
* Make the hour at which a day changes selectable
* Show change message in title bar
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 11
targetSdkVersion sdk_version

versionCode 10
versionName '1.1.0'
versionCode 11
versionName '1.1.1'
}

signingConfigs {
Expand Down

0 comments on commit 8471e73

Please sign in to comment.