From 4d7c0608e5928c119e689a54808a7f2714b9b7b7 Mon Sep 17 00:00:00 2001 From: Terry M Date: Fri, 19 Jan 2024 23:16:58 -0600 Subject: [PATCH] Add windows to the platform list. --- co.meldstudio.streamdeck.sdPlugin/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/co.meldstudio.streamdeck.sdPlugin/manifest.json b/co.meldstudio.streamdeck.sdPlugin/manifest.json index 2fabd55..0653256 100644 --- a/co.meldstudio.streamdeck.sdPlugin/manifest.json +++ b/co.meldstudio.streamdeck.sdPlugin/manifest.json @@ -8,11 +8,15 @@ "CodePath": "app.html", "Description": "Meld Studio 💙 Stream Deck. Take your stream to new heights with powerful new capabilities at your fingertips. Trigger transitions, manage audio tracks, toggle filter effects on and off, and much more.", "URL": "https://meldstudio.co", - "Version": "0.3.0", + "Version": "0.3.1", "OS": [ { "Platform": "mac", "MinimumVersion": "12.3" + }, + { + "Platform": "windows", + "MinimumVersion": "10" } ], "Software": {