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

Commit

Permalink
Bump to v2.0.11-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Feb 27, 2019
1 parent 936186f commit d3d1662
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
14 changes: 12 additions & 2 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@
</head>

<body>
<h4>2.0.10-beta1</h4>
<h4>2.0.11-beta1</h4>
<ul>
<li>Continues where 2.0.10-beta1 left off</li>
</ul>
<h4>2.0.10 (hotfix)</h4>
<ul>
<li>Artist artwork is currently unavailable, as the Last.Fm API is down.</li>
<li>Fixed an issue where album artwork wasn't downloaded from iTunes when Last.Fm fails</li>
<li>Fixed performance issues introduced in previous build</li>
</ul>
<h4>2.0.10-beta1</h4>
<ul>
<li>Continues where 2.0.9-beta1 left off</li>
</ul>
<h4>2.0.9 (hotfix)</h4>
<h4>2.0.9 (hotfix)</h4>
<ul>
<li>Fixed issue preventing Last.FM artwork from downloading</li>
<li>Fixed an issue where current song / queue position was messed up after turning shuffle on</li>
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/assets/web/info_dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
</head>

<body>
<h4>2.0.11-beta1</h4>
<ul>
<li>Continues where 2.0.10-beta1 left off</li>
</ul>
<h4>2.0.10 (hotfix)</h4>
<ul>
<li>Artist artwork is currently unavailable, as the Last.Fm API is down.</li>
<li>Fixed an issue where album artwork wasn't downloaded from iTunes when Last.Fm fails</li>
<li>Fixed performance issues introduced in previous build</li>
</ul>
<h4>2.0.10-beta1</h4>
<ul>
<li>Continues where 2.0.9-beta1 left off</li>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Config {

const val versionName = "2.0.10-beta1"
const val versionName = "2.0.11-beta1"

}

0 comments on commit d3d1662

Please sign in to comment.