diff --git a/app/Info.plist b/app/Info.plist
index ec9a6953..df3a2ac7 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.6.3
+ 0.6.4
CFBundleShortVersionString
- 0.6.3
+ 0.6.4
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index 75819946..b82ce528 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -323,5 +323,5 @@ macx {
QMAKE_RPATHDIR += @executable_path/../Frameworks
}
-VERSION = 0.6.3
-DEFINES += VERSION_STR=\\\"0.6.3\\\"
+VERSION = 0.6.4
+DEFINES += VERSION_STR=\\\"0.6.4\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index fd390dc5..ab5cc6e1 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,19 @@
+
+
+ New features:
+
+ - Added an option to match client display refresh rate when FPS is unlocked
+
+ Bugfixes:
+
+ - Fixed multiple gamepads not being detected on the host in some scenarios
+ - Fixed an incorrect warning when trying to stream at 4K
+
+
+
New features: