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.12-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
timusus committed Aug 16, 2019
1 parent edaea84 commit a3d0213
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/src/main/assets/web/info.html
Expand Up @@ -8,6 +8,13 @@
</head>

<body>
<h4>2.0.12-beta5</h4>
<ul>
<li>Fixed a crash when adding to queue from folder browser</li>
<li>Fixed a bug where string was not formatted after adding tracks to queue</li>
<li>If you still can't update widgets and it just crashes when you try, I can't help you. I have tried everything imaginable. It's a bug with your phone/firmware. I tried!</li>
<li>Crash fixes</li>
</ul>
<h4>2.0.12-beta4</h4>
<ul>
<li>Possible crash fix when initialising widgets</li>
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/assets/web/info_dark.html
Expand Up @@ -8,6 +8,13 @@
</head>

<body>
<h4>2.0.12-beta5</h4>
<ul>
<li>Fixed a crash when adding to queue from folder browser</li>
<li>Fixed a bug where string was not formatted after adding tracks to queue</li>
<li>If you still can't update widgets and it just crashes when you try, I can't help you. I have tried everything imaginable. It's a bug with your phone/firmware. I tried!</li>
<li>Crash fixes</li>
</ul>
<h4>2.0.12-beta4</h4>
<ul>
<li>Possible crash fix when initialising widgets</li>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
@@ -1,5 +1,5 @@
object Config {

const val versionName = "2.0.12-beta4"
const val versionName = "2.0.12-beta5"

}

0 comments on commit a3d0213

Please sign in to comment.