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

Commit 121b93e

Browse files
committed
Bump to v2.0.7-beta8
1 parent bbd50fc commit 121b93e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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

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

1010
<body>
11+
<h4>2.0.7-beta8</h4>
12+
<ul>
13+
<li>Fixed an issue where Chromecast icon wasn't visible in Shuttle+</li>
14+
<li>Another attempt to fix that god damn widget configuration crash ¯\_(ツ)_/¯</li>
15+
<li>Crash fixes</li>
16+
</ul>
1117
<h4>2.0.7-beta7</h4>
1218
<ul>
1319
<li>Crash fixes</li>

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

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

1010
<body>
11+
<h4>2.0.7-beta8</h4>
12+
<ul>
13+
<li>Fixed an issue where Chromecast icon wasn't visible in Shuttle+</li>
14+
<li>Another attempt to fix that god damn widget configuration crash ¯\_(ツ)_/¯</li>
15+
<li>Crash fixes</li>
16+
</ul>
1117
<h4>2.0.7-beta7</h4>
1218
<ul>
1319
<li>Crash fixes</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.7-beta7"
3+
const val versionName = "2.0.7-beta8"
44

55
}

0 commit comments

Comments
 (0)