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

Commit ed08889

Browse files
committed
Bump to v2.0.17
1 parent 25c409d commit ed08889

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.17</h4>
12+
<ul>
13+
<li>Fixed an issue where playlists didn't show up on some devices</li>
14+
<li>Shuttle 2 is in alpha testing! DM me your Play Store email address on <a href="https://discord.gg/4Z5EU7K">Discord</a> if you're interested in testing.</li>
15+
</ul>
1116
<h4>2.0.16</h4>
1217
<ul>
1318
<li>Fixed a character encoding issue preventing artwork downloading on some devices</li>
1419
<li>Updated language around including/excluding songs</li>
1520
<li>Possible fix for playlist editing issues on Android 10</li>
1621
<li>Shuttle is now free - Shuttle+ will be removed, so only one version of Shuttle will exist on the Play Store</li>
17-
<li>Shuttle 2 is in alpha testing! DM me your Play Store email address on <a href="https://discord.gg/4Z5EU7K">Discord</a> if you're interested in testing.</li>
1822
</ul>
1923
<h4>2.0.15</h4>
2024
<ul>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.17</h4>
12+
<ul>
13+
<li>Fixed an issue where playlists didn't show up on some devices</li>
14+
<li>Shuttle 2 is in alpha testing! DM me your Play Store email address on <a href="https://discord.gg/4Z5EU7K">Discord</a> if you're interested in testing.</li>
15+
</ul>
1116
<h4>2.0.16</h4>
1217
<ul>
1318
<li>Fixed a character encoding issue preventing artwork downloading on some devices</li>
1419
<li>Updated language around including/excluding songs</li>
1520
<li>Possible fix for playlist editing issues on Android 10</li>
1621
<li>Shuttle is now free - Shuttle+ will be removed, so only one version of Shuttle will exist on the Play Store</li>
17-
<li>Shuttle 2 is in alpha testing! DM me your Play Store email address on <a href="https://discord.gg/4Z5EU7K">Discord</a> if you're interested in testing.</li>
1822
</ul>
1923
<h4>2.0.15</h4>
2024
<ul>

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.16"
3+
const val versionName = "2.0.17"
44

55
}

0 commit comments

Comments
 (0)