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