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

Commit 42c3e71

Browse files
committed
Bump to v2.0.10-beta1
1 parent 7470614 commit 42c3e71

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.10-beta1</h4>
12+
<ul>
13+
<li>Continues where 2.0.9-beta1 left off</li>
14+
</ul>
15+
<h4>2.0.9 (hotfix)</h4>
16+
<ul>
17+
<li>Fixed issue preventing Last.FM artwork from downloading</li>
18+
<li>Fixed an issue where current song / queue position was messed up after turning shuffle on</li>
19+
</ul>
1120
<h4>2.0.9-beta1</h4>
1221
<ul>
1322
<li>Continues where 2.0.8-beta5 left off. Minor amendment to 'shuttle is running' notification timing.</li>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.10-beta1</h4>
12+
<ul>
13+
<li>Continues where 2.0.9-beta1 left off</li>
14+
</ul>
15+
<h4>2.0.9 (hotfix)</h4>
16+
<ul>
17+
<li>Fixed issue preventing Last.FM artwork from downloading</li>
18+
<li>Fixed an issue where current song / queue position was messed up after turning shuffle on</li>
19+
</ul>
1120
<h4>2.0.9-beta1</h4>
1221
<ul>
1322
<li>Continues where 2.0.8-beta5 left off. Minor amendment to 'shuttle is running' notification timing.</li>

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.9-beta1"
3+
const val versionName = "2.0.10-beta1"
44

55
}

0 commit comments

Comments
 (0)