From 25c1ecd935ad7bd88df68d0f4f673332373ae041 Mon Sep 17 00:00:00 2001 From: Alexandre Colucci Date: Tue, 16 Apr 2019 10:38:29 +0200 Subject: [PATCH] Update plugin version to 1.1 and set the minimum Stream Deck version required to 4.2 --- Sources/com.elgato.philips-hue.sdPlugin/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/com.elgato.philips-hue.sdPlugin/manifest.json b/Sources/com.elgato.philips-hue.sdPlugin/manifest.json index c45f382..9c12d60 100644 --- a/Sources/com.elgato.philips-hue.sdPlugin/manifest.json +++ b/Sources/com.elgato.philips-hue.sdPlugin/manifest.json @@ -60,7 +60,7 @@ "CategoryIcon": "plugin/images/actions/category", "PropertyInspectorPath": "pi/index.html", "URL": "https://www.elgato.com/gaming/stream-deck", - "Version": "1.0", + "Version": "1.1", "DefaultWindowSize": [500, 650], "OS": [ { @@ -74,6 +74,6 @@ ], "Software": { - "MinimumVersion" : "4.1.1" + "MinimumVersion" : "4.2" } }