diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index a3b9dd6..b5e7443 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = '0.24.9' +__version__ = '0.24.10' diff --git a/obsws_cli/commands/replaybuffer.py b/obsws_cli/commands/replaybuffer.py index 77601f2..956293f 100644 --- a/obsws_cli/commands/replaybuffer.py +++ b/obsws_cli/commands/replaybuffer.py @@ -9,7 +9,7 @@ app = typer.Typer() @app.callback() def main(): - """Control profiles in OBS.""" + """Control the replay buffer in OBS.""" @app.command('start')