diff --git a/app/Info.plist b/app/Info.plist
index 3b44fb46..fd56467b 100644
--- a/app/Info.plist
+++ b/app/Info.plist
@@ -23,9 +23,9 @@
NSSupportsAutomaticGraphicsSwitching
CFBundleVersion
- 0.6.1
+ 0.6.2
CFBundleShortVersionString
- 0.6.1
+ 0.6.2
CFBundleDisplayName
Moonlight
diff --git a/app/app.pro b/app/app.pro
index 3179c47e..6b93d5e8 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -315,5 +315,5 @@ macx {
QMAKE_BUNDLE_DATA += APP_BUNDLE_RESOURCES
}
-VERSION = 0.6.1
-DEFINES += VERSION_STR=\\\"0.6.1\\\"
+VERSION = 0.6.2
+DEFINES += VERSION_STR=\\\"0.6.2\\\"
diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml
index f01f2697..4f8e54c7 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 automatic IP address detection for Internet streaming
+ - Added a quit shortcut tip for gamepad users
+
+ Bugfixes:
+
+ - Fixed server state polling not being stopped while streaming
+
+
+
New features: