Skip to content

Commit

Permalink
Advance version number to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Apr 12, 2024
1 parent 8333cc7 commit 88b298a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.19.2
* Add an option to open the app list with its own icon in the pie menu
* Improve fade animations
* Animate pulling down the app list to close it
* By default, app names are only displayed when searching

## 1.19.1
* Fix app search

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 {
minSdk 9
targetSdk sdk_version

versionCode 42
versionName '1.19.1'
versionCode 43
versionName '1.19.2'
}

signingConfigs {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Add an option to open the app list with its own icon in the pie menu
* Improve fade animations
* Animate pulling down the app list to close it
* By default, app names are only displayed when searching

0 comments on commit 88b298a

Please sign in to comment.