diff --git a/app/Info.plist b/app/Info.plist
index 78ec77cf..1fde76a7 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.2.0
+ 0.3.0
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index 0a71ccf5..7bc6dce1 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -242,5 +242,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.2.0
-DEFINES += VERSION_STR=\\\"0.2.0\\\"
+VERSION = 0.3.0
+DEFINES += VERSION_STR=\\\"0.3.0\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index b0783637..68aca3d0 100644
--- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
+++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
@@ -33,6 +33,15 @@
+
+
+ Bugfixes:
+
+ - Reduced power consumption when the app is minimized
+ - Fixed malformed asset requests being sent when the first host in the grid is offline
+
+
+
Bugfixes: