diff --git a/app/Info.plist b/app/Info.plist
index d649b7ce..78ec77cf 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.1.0
+ 0.2.0
CFBundleShortVersionString
- 0.1.0
+ 0.2.0
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index ecf55183..3df4d7f3 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -222,5 +222,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.1.0
-DEFINES += VERSION_STR=\\\"0.1.0\\\"
+VERSION = 0.2.0
+DEFINES += VERSION_STR=\\\"0.2.0\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index 1f11d873..b0783637 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,18 @@
+
+
+ Bugfixes:
+
+ - Fixed functionality of '=', 'Numpad Dot', and 'Numpad Enter' keys
+ - Fixed uninitialized variable causing strange gamepad behavior
+ - Added a warning for incompatible configs and decoder failures
+ - Added a warning for Wayland performance issues
+ - Stopped capturing the mouse by default for windowed streams
+
+
+
New features: