base: Update version to 5.5.1

Enhancements:
- Updated translation strings

Bug Fixes:
- Fixed a potential crash with the migration on systems set to
non-english languages
This commit is contained in:
tt2468 2024-06-11 15:40:59 -07:00
parent 9e48274617
commit f8bc7c4f59
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.25)
legacy_check()
set(obs-websocket_VERSION 5.5.0)
set(obs-websocket_VERSION 5.5.1)
set(OBS_WEBSOCKET_RPC_VERSION 1)
include(cmake/obs-websocket-api.cmake)

View File

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