diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index d3f09a9db..eeaa892f8 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,11 @@
+2.0.5-beta11
+
+ - Fixed an issue when attempting to play an empty queue from the widget or headset button
+ - Fixed medium sized widget display issues
+
2.0.5-beta10
- Fixed an issue where Android Auto voice search played the requested songs out of order
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index 0140e2f5a..f8ccb9ff0 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.5-beta11
+
+ - Fixed an issue when attempting to play an empty queue from the widget or headset button
+ - Fixed medium sized widget display issues
+
2.0.5-beta10
- Fixed an issue where Android Auto voice search played the requested songs out of order
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index c1944b308..23d256253 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.5-beta10"
+ const val versionName = "2.0.5-beta11"
}
\ No newline at end of file