mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
base: Update version to 5.5.2
Bug Fixes: - Fix an issue where the virtualcam requests would report that the virtualcam is not available. - Fix an issue with the config migration where the migrated settings were not being persisted to disk.
This commit is contained in:
parent
6c9fd55c63
commit
0548c7798a
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
|
||||
|
||||
legacy_check()
|
||||
|
||||
set(obs-websocket_VERSION 5.5.1)
|
||||
set(obs-websocket_VERSION 5.5.2)
|
||||
set(OBS_WEBSOCKET_RPC_VERSION 1)
|
||||
|
||||
include(cmake/obs-websocket-api.cmake)
|
||||
|
@ -1,4 +1,4 @@
|
||||
project(obs-websocket VERSION 5.5.1)
|
||||
project(obs-websocket VERSION 5.5.2)
|
||||
set(OBS_WEBSOCKET_RPC_VERSION 1)
|
||||
|
||||
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user