Skip to content

Commit

Permalink
Advance version number to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Feb 7, 2021
1 parent 2fa22d9 commit 24960b6
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.11.0
* Show a marker above the default icon in the app listing
* Only show ripple when an icon is hit in the app listing
* Fix updating background of search input

## 1.10.0
* Add haptic feedback
* Improve tip messages
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 9
targetSdkVersion sdk_version

versionCode 17
versionName '1.10.0'
versionCode 18
versionName '1.11.0'
}

signingConfigs {
Expand Down

0 comments on commit 24960b6

Please sign in to comment.