Skip to content

Commit 9daac39

Browse files
committed
Bump version
1 parent 4a01f06 commit 9daac39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId = "de.maniac103.squeezeclient"
3737
minSdk = 26
3838
targetSdk = 35
39-
versionCode = 8
40-
versionName = "2.0"
39+
versionCode = 9
40+
versionName = "2.1"
4141

4242
vectorDrawables {
4343
useSupportLibrary = true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix local playback of FLAC files
2+
- Fix local playback if authentication is enabled server-side
3+
- Properly connect to new server when moving between different servers

0 commit comments

Comments
 (0)