diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index cde4c4c18..ebbcdc985 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,13 @@
+2.0.12-beta2
+
+ - Fixed issue where first song was skipped when resuming playback after queue completes
+ - Fixed crash when editing tags
+ - Fixed crash when attempting to upgrade
+ - Thank you beta testers, for all your work! Please keep the issue reports rolling in.
+
2.0.12-beta1
- Continues where 2.0.11-beta2 left off
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index c40472a98..430358cf2 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,6 +8,13 @@
+2.0.12-beta2
+
+ - Fixed issue where first song was skipped when resuming playback after queue completes
+ - Fixed crash when editing tags
+ - Fixed crash when attempting to upgrade
+ - Thank you beta testers, for all your work! Please keep the issue reports rolling in.
+
2.0.12-beta1
- Continues where 2.0.11-beta2 left off
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index 3a05a0bb2..7e1ed0706 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.12-beta1"
+ const val versionName = "2.0.12-beta2"
}
\ No newline at end of file