diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index c70e59a..03a7141 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.13.2" +__version__ = "0.13.3" diff --git a/obsws_cli/projector.py b/obsws_cli/projector.py index 412b7de..70dda60 100644 --- a/obsws_cli/projector.py +++ b/obsws_cli/projector.py @@ -33,7 +33,7 @@ def list_monitors(ctx: typer.Context): ) table = Table(title='Available Monitors', padding=(0, 2)) - table.add_column('Index', justify='right', style='cyan') + table.add_column('Index', justify='center', style='cyan') table.add_column('Name', style='cyan') for index, monitor in monitors: