base: Update to version 5.4.1

Bug Fixes:
- Updated scene item transform API to latest version to prevent
  deprecation warnings (obs_sceneitem_set_info2 and
  obs_sceneitem_get_info2)
This commit is contained in:
Lain 2024-02-20 21:33:03 -06:00
parent 3ea3d3228b
commit 4a647c5262

View File

@ -1,4 +1,4 @@
project(obs-websocket VERSION 5.4.0) project(obs-websocket VERSION 5.4.1)
set(OBS_WEBSOCKET_RPC_VERSION 1) set(OBS_WEBSOCKET_RPC_VERSION 1)
option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON) option(ENABLE_WEBSOCKET "Enable building OBS with websocket plugin" ON)