diff --git a/streamdeck-plugin/manifest.json b/streamdeck-plugin/manifest.json index 15a7bfa..80cf3d5 100644 --- a/streamdeck-plugin/manifest.json +++ b/streamdeck-plugin/manifest.json @@ -17,7 +17,7 @@ ], "Author": "Fred Emmott", "CodePath": "app.html", - "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/latest to use this plugin.", + "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v2.2.2 to use this plugin.", "Name": "Streaming Remote", "Icon": "plugin-icon", "URL": "https://github.com/fredemmott/streaming-remote/", diff --git a/streamdeck-plugin/manifest.json.in b/streamdeck-plugin/manifest.json.in index 52e18c4..cfc97cc 100644 --- a/streamdeck-plugin/manifest.json.in +++ b/streamdeck-plugin/manifest.json.in @@ -17,7 +17,7 @@ ], "Author": "Fred Emmott", "CodePath": "app.html", - "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/latest to use this plugin.", + "Description": "Remotely control OBS and XSplit; you will need an OBS or XSplit plugin from https://github.com/fredemmott/streaming-remote/releases/v${CMAKE_PROJECT_VERSION} to use this plugin.", "Name": "Streaming Remote", "Icon": "plugin-icon", "URL": "https://github.com/fredemmott/streaming-remote/",