diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index fb06deef3..2e064e54c 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,11 @@
+2.0.7-beta10
+
+ - Fixed an issue where playback would randomly pause, particularly when returning from another app
+ - Fixed incorrect positioning of the playback button on the now playing screen
+
2.0.7-beta9
- Fixed an issue where Notification would appear after exiting Shuttle
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index d6247e3e7..b25084a5b 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.7-beta10
+
+ - Fixed an issue where playback would randomly pause, particularly when returning from another app
+ - Fixed incorrect positioning of the playback button on the now playing screen
+
2.0.7-beta9
- Fixed an issue where Notification would appear after exiting Shuttle
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index 4992661b7..4ff57bf8a 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.7-beta9"
+ const val versionName = "2.0.7-beta10"
}
\ No newline at end of file