Skip to content

Commit

Permalink
Advance version number to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Jan 25, 2022
1 parent 6107bfc commit 43d6e71
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0.7
* Show 0 instead of < 1m for no usage
* Make usage graph transparent while sliding
* Handle shutdown/reboot

## 1.0.6
* Update graph while using slider

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 7
versionName '1.0.6'
versionCode 8
versionName '1.0.7'
}

signingConfigs {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Show 0 instead of < 1m for no usage
* Make usage graph transparent while sliding
* Handle shutdown/reboot

0 comments on commit 43d6e71

Please sign in to comment.