diff --git a/app/src/main/assets/web/info.html b/app/src/main/assets/web/info.html
index 5b30354dc..de0ab1eb2 100644
--- a/app/src/main/assets/web/info.html
+++ b/app/src/main/assets/web/info.html
@@ -8,6 +8,13 @@
+1.6.5-beta11
+
+ - Make search case-insensitive
+ - Show lyrics screen with option to launch QuickLyric, instead of directly launching QuickLyric
+ - Updated lyrics icon
+ - More folder browsing related crash fixes
+
1.6.5-beta10
- Better QuickLyric integration
diff --git a/app/src/main/assets/web/info_dark.html b/app/src/main/assets/web/info_dark.html
index f2e1b8c3f..921e71ee0 100644
--- a/app/src/main/assets/web/info_dark.html
+++ b/app/src/main/assets/web/info_dark.html
@@ -8,6 +8,13 @@
+1.6.5-beta11
+
+ - Make search case-insensitive
+ - Show lyrics screen with option to launch QuickLyric, instead of directly launching QuickLyric
+ - Updated lyrics icon
+ - More folder browsing related crash fixes
+
1.6.5-beta10
- Better QuickLyric integration
diff --git a/dependencies.gradle b/dependencies.gradle
index 1f64b4308..f9f27fe9e 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -4,7 +4,7 @@ ext.versions = [
// App versions
// /////////////////////////////////////////////////////////////////////////
- name : "1.6.5-beta10",
+ name : "1.6.5-beta11",
// //////////////////////////////////////////////////////////////////////////
// Compile versions