diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index 2e064e54c..4bbf7b59b 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,12 @@
+2.0.7-beta11
+
+ - Fixed another issue where playback would randomly pause, usually about 5 minutes after starting playback
+ - Fixed an issue where playback wouldn't resume if paused for more than a few minutes
+ - Note: I apologise for these extremely annoying playback issues. Playback is basically the number one job of this app. I'm treating these as highest priority, and also trying to prevent these bugs from recurring.
+
2.0.7-beta10
- Fixed an issue where playback would randomly pause, particularly when returning from another app
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index b25084a5b..f18aca7dd 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,6 +8,12 @@
+2.0.7-beta11
+
+ - Fixed another issue where playback would randomly pause, usually about 5 minutes after starting playback
+ - Fixed an issue where playback wouldn't resume if paused for more than a few minutes
+ - Note: I apologise for these extremely annoying playback issues. Playback is basically the number one job of this app. I'm treating these as highest priority, and also trying to prevent these bugs from recurring.
+
2.0.7-beta10
- Fixed an issue where playback would randomly pause, particularly when returning from another app
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index 4ff57bf8a..b5b5e2a94 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-beta10"
+ const val versionName = "2.0.7-beta11"
}
\ No newline at end of file