diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 22388884..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,12 +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 cad58f8a..5f1ef299 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16...3.20) # Version variables -project(obs-websocket VERSION 5.0.0) +project(obs-websocket VERSION 5.0.1) set(OBS_WEBSOCKET_RPC_VERSION 1) diff --git a/docs/docs/partials/introduction.md b/docs/docs/partials/introduction.md index aef16f6f..f472e0be 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 } }