diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index c8272b109..3d7cf8d34 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,11 @@
+2.0.8-beta5
+
+ - Don't display 'shuttle is running' and play a sound when music is started/stopped
+ - Implemented an annoying workaround for a crash caused by Google. You'll now see 'Shuttle service is running' for anywhere up to 12.5 seconds after doing something which starts Shuttle's Music Service.
+
2.0.8-beta4
- More crash fixes
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index 0e4ce47a4..7c5957ec1 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,6 +8,11 @@
+2.0.8-beta5
+
+ - Don't display 'shuttle is running' and play a sound when music is started/stopped
+ - Implemented an annoying workaround for a crash caused by Google. You'll now see 'Shuttle service is running' for anywhere up to 12.5 seconds after doing something which starts Shuttle's Music Service.
+
2.0.8-beta4
- More crash fixes
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index 92a36118c..5c6727b77 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.8-beta4"
+ const val versionName = "2.0.8-beta5"
}
\ No newline at end of file