From 2f72f7e555a340b5391ba0a3f0c9fec58fa2a79c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 30 Jul 2018 01:37:08 -0700 Subject: [PATCH] Version 0.9.1 --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 30eebd5..35776d9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 2, "name": "Moonlight Game Streaming", "short_name": "Moonlight", - "version": "0.9.0", + "version": "0.9.1", "description": "Open-source client for NVIDIA GameStream", "icons": { "128": "icons/icon128.png", "48": "icons/icon48.png", "32": "icons/icon32.png", - "16": "icons/icon16.png" + "16": "icons/icon16.png" }, "app": { "background": { @@ -29,9 +29,9 @@ "power", "overrideEscFullscreen", { "socket": [ - "tcp-connect", - "resolve-host", - "udp-bind:*:*", + "tcp-connect", + "resolve-host", + "udp-bind:*:*", "udp-send-to:*:*" ] } ],