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

Commit 5df2d28

Browse files
committed
Bump to v2.0.12-beta3
1 parent e2f06c7 commit 5df2d28

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-beta3</h4>
12+
<ul>
13+
<li>Fixed a crash when editing tags on SD card</li>
14+
<li>Fixed a playback issue for some songs whose path contains special characters</li>
15+
<li>Various other crash fixes</li>
16+
</ul>
1117
<h4>2.0.12-beta2</h4>
1218
<ul>
1319
<li>Fixed issue where first song was skipped when resuming playback after queue completes</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-beta3</h4>
12+
<ul>
13+
<li>Fixed a crash when editing tags on SD card</li>
14+
<li>Fixed a playback issue for some songs whose path contains special characters</li>
15+
<li>Various other crash fixes</li>
16+
</ul>
1117
<h4>2.0.12-beta2</h4>
1218
<ul>
1319
<li>Fixed issue where first song was skipped when resuming playback after queue completes</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-beta2"
3+
const val versionName = "2.0.12-beta3"
44

55
}

0 commit comments

Comments
 (0)