diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index 4d5930a87..7cd19a1d3 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,10 @@
+ 2.0.15
+
+ - More playlist related crash fixes
+
2.0.14
- Fixed an issue where the list of playlists was not updated on Android 10
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index 3c34b0eb7..a5efbcf57 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,6 +8,10 @@
+ 2.0.15
+
+ - More playlist related crash fixes
+
2.0.14
- Fixed an issue where the list of playlists was not updated on Android 10
diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt
index 6ae209114..befd2d19d 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.14"
+ const val versionName = "2.0.15"
}
\ No newline at end of file