Skip to content

Commit

Permalink
Bump to 2.0.12-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed May 20, 2019
1 parent 8c5acca commit 28e6bad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app/src/main/assets/web/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
</head>

<body>
<h4>2.0.12-beta1</h4>
<ul>
<li>Continues where 2.0.11-beta2 left off</li>
<li>Fixed crash when creating & adding songs to playlist</li>
</ul>
<h4>2.0.11</h4>
<ul>
<li>Fixed artwork downloading issue (no longer relying on flaky Last.FM API)</li>
</ul>
<h4>2.0.11-beta2</h4>
<ul>
<li>Fixed crash when opening tag editor</li>
Expand Down
9 changes: 9 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,15 @@
</head>

<body>
<h4>2.0.12-beta1</h4>
<ul>
<li>Continues where 2.0.11-beta2 left off</li>
<li>Fixed crash when creating & adding songs to playlist</li>
</ul>
<h4>2.0.11</h4>
<ul>
<li>Fixed artwork downloading issue (no longer relying on flaky Last.FM API)</li>
</ul>
<h4>2.0.11-beta2</h4>
<ul>
<li>Fixed crash when opening tag editor</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.11-beta2"
const val versionName = "2.0.12-beta1"

}

0 comments on commit 28e6bad

Please sign in to comment.