Compare commits

..

No commits in common. "main" and "v0.24.9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = '0.24.10'
__version__ = '0.24.9'

View File

@ -9,7 +9,7 @@ app = typer.Typer()
@app.callback()
def main():
"""Control the replay buffer in OBS."""
"""Control profiles in OBS."""
@app.command('start')