diff --git a/app/Info.plist b/app/Info.plist
index fd56467b..ec9a6953 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.6.2
+ 0.6.3
CFBundleShortVersionString
- 0.6.2
+ 0.6.3
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index 6b93d5e8..1dce88a1 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -315,5 +315,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.6.2
-DEFINES += VERSION_STR=\\\"0.6.2\\\"
+VERSION = 0.6.3
+DEFINES += VERSION_STR=\\\"0.6.3\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index 4f8e54c7..fd390dc5 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,22 @@
+
+
+ New features:
+
+ - Added support for GeForce Experience 3.16
+ - Added an option to force Moonlight to start in windowed mode
+
+ Bugfixes:
+
+ - Fixed scrolling not working on the settings page
+ - Skipped using proxy servers when attempting to stream
+ - Fixed a couple possible crashes
+ - Renamed the mouse acceleration option to be more clear
+
+
+
New features: