Skip to content

Commit

Permalink
Bump to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 4, 2023
1 parent d91f4c8 commit 01722e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 24
targetSdk = 33
versionCode = 16
versionName = "0.5.0"
versionCode = 17
versionName = "0.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Login support
- Mood & Genres
- Better stats screen
- Bookmark artists
- Minor enhancement and bug fixes

0 comments on commit 01722e9

Please sign in to comment.