diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index 3e991512d..12c7f24d6 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,12 @@
+2.0.7-beta8
+
+ - Fixed an issue where Chromecast icon wasn't visible in Shuttle+
+ - Another attempt to fix that god damn widget configuration crash ¯\_(ツ)_/¯
+ - Crash fixes
+
2.0.7-beta7
- Crash fixes
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index 839c02462..99c0915b5 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-beta8
+
+ - Fixed an issue where Chromecast icon wasn't visible in Shuttle+
+ - Another attempt to fix that god damn widget configuration crash ¯\_(ツ)_/¯
+ - Crash fixes
+
2.0.7-beta7
- Crash fixes
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index a08958059..face54fef 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-beta7"
+ const val versionName = "2.0.7-beta8"
}
\ No newline at end of file