diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index a1043a407..c5413d2ff 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,13 +8,17 @@
+ 2.0.17
+
+ - Fixed an issue where playlists didn't show up on some devices
+ - Shuttle 2 is in alpha testing! DM me your Play Store email address on Discord if you're interested in testing.
+
2.0.16
- Fixed a character encoding issue preventing artwork downloading on some devices
- Updated language around including/excluding songs
- Possible fix for playlist editing issues on Android 10
- Shuttle is now free - Shuttle+ will be removed, so only one version of Shuttle will exist on the Play Store
- - Shuttle 2 is in alpha testing! DM me your Play Store email address on Discord if you're interested in testing.
2.0.15
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index c49bcc1be..5b7b837c9 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,13 +8,17 @@
+ 2.0.17
+
+ - Fixed an issue where playlists didn't show up on some devices
+ - Shuttle 2 is in alpha testing! DM me your Play Store email address on Discord if you're interested in testing.
+
2.0.16
- Fixed a character encoding issue preventing artwork downloading on some devices
- Updated language around including/excluding songs
- Possible fix for playlist editing issues on Android 10
- Shuttle is now free - Shuttle+ will be removed, so only one version of Shuttle will exist on the Play Store
- - Shuttle 2 is in alpha testing! DM me your Play Store email address on Discord if you're interested in testing.
2.0.15
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index e89fee732..60a8c27ac 100644
--- a/buildSrc/src/main/kotlin/Config.kt
+++ b/buildSrc/src/main/kotlin/Config.kt
@@ -1,5 +1,5 @@
object Config {
- const val versionName = "2.0.16"
+ const val versionName = "2.0.17"
}
\ No newline at end of file