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

Commit 33c4554

Browse files
committed
Bump to v2.0.12-beta4
1 parent 4085772 commit 33c4554

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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

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

1010
<body>
11+
<h4>2.0.12-beta4</h4>
12+
<ul>
13+
<li>Possible crash fix when initialising widgets</li>
14+
<li>Fixed an issue when casting, where songs would be skipped after a song ends</li>
15+
<li>More crash fixes</li>
16+
</ul>
1117
<h4>2.0.12-beta3</h4>
1218
<ul>
1319
<li>Fixed a crash when editing tags on SD card</li>

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

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

1010
<body>
11+
<h4>2.0.12-beta4</h4>
12+
<ul>
13+
<li>Possible crash fix when initialising widgets</li>
14+
<li>Fixed an issue when casting, where songs would be skipped after a song ends</li>
15+
<li>More crash fixes</li>
16+
</ul>
1117
<h4>2.0.12-beta3</h4>
1218
<ul>
1319
<li>Fixed a crash when editing tags on SD card</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-beta3"
3+
const val versionName = "2.0.12-beta4"
44

55
}

0 commit comments

Comments
 (0)