We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42da47f commit 4ff109bCopy full SHA for 4ff109b
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
2
3
legacy_check()
4
5
-set(obs-websocket_VERSION 5.3.2)
+set(obs-websocket_VERSION 5.3.3)
6
set(OBS_WEBSOCKET_RPC_VERSION 1)
7
8
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)
cmake/legacy.cmake
@@ -1,4 +1,4 @@
1
-project(obs-websocket VERSION 5.3.2)
+project(obs-websocket VERSION 5.3.3)
0 commit comments