Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit c0f0ffe

Browse files
committed
Bump to v2.0.12-beta6
1 parent dc0c1b7 commit c0f0ffe

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.idea/codeStyles/Project.xml

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/assets/web/info.html

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.12-beta6</h4>
12+
<ul>
13+
<li>Fixed an issue where artwork didn't load on some devices</li>
14+
<li>Fixed an issue where empty user-created playlists didn't show up</li>
15+
</ul>
1116
<h4>2.0.12-beta5</h4>
1217
<ul>
1318
<li>Fixed a crash when adding to queue from folder browser</li>

app/src/main/assets/web/info_dark.html

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.12-beta6</h4>
12+
<ul>
13+
<li>Fixed an issue where artwork didn't load on some devices</li>
14+
<li>Fixed an issue where empty user-created playlists didn't show up</li>
15+
</ul>
1116
<h4>2.0.12-beta5</h4>
1217
<ul>
1318
<li>Fixed a crash when adding to queue from folder browser</li>

buildSrc/src/main/kotlin/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.12-beta5"
3+
const val versionName = "2.0.12-beta6"
44

55
}

0 commit comments

Comments
 (0)