diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8396194e..4b1ea270 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -49,6 +49,7 @@ body: label: OBS Studio Version description: What version of OBS Studio are you using? options: + - 28.0.0 - 27.2.4 - 27.2.3 - 27.2.2 @@ -75,11 +76,9 @@ body: label: obs-websocket Version description: What version of obs-websocket are you using? options: + - 5.0.1 + - 5.0.0 - 5.0.0-beta1 - - 5.0.0-alpha3 - - 5.0.0-alpha2 - - 4.9.1 - - 4.9.0 - Git validations: required: true diff --git a/CMakeLists.txt b/CMakeLists.txt index 84797ba5..e69de4d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(obs-websocket VERSION 5.0.0) +project(obs-websocket VERSION 5.0.1) set(OBS_WEBSOCKET_RPC_VERSION 1) if(NOT ENABLE_UI) diff --git a/docs/docs/partials/introduction.md b/docs/docs/partials/introduction.md index 36208806..42546c17 100644 --- a/docs/docs/partials/introduction.md +++ b/docs/docs/partials/introduction.md @@ -1,5 +1,5 @@ -# obs-websocket 5.0.0 Protocol +# obs-websocket 5.0.1 Protocol ## Main Table of Contents @@ -143,7 +143,7 @@ Authentication is required { "op": 0, "d": { - "obsWebSocketVersion": "5.0.0", + "obsWebSocketVersion": "5.0.1", "rpcVersion": 1, "authentication": { "challenge": "+IxH4CnCiqpX1rM9scsNynZzbOe4KhDeYcTNS3PDaeY=", @@ -159,7 +159,7 @@ Authentication is not required { "op": 0, "d": { - "obsWebSocketVersion": "5.0.0", + "obsWebSocketVersion": "5.0.1", "rpcVersion": 1 } }