From 6a03d4d6e281c3c76fea5ee11d538b17f06419c8 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sat, 19 Oct 2024 00:05:59 +0200 Subject: [PATCH] nightly --- bin/ffx.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/ffx.py b/bin/ffx.py index d02c68c..f5a26f3 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -15,10 +15,13 @@ from ffx.track_type import TrackType from ffx.video_encoder import VideoEncoder -VERSION='0.1.1' +VERSION='0.1.2' # 0.1.1 # Bugfixes, TMBD identify shows +# 0.1.2 +# Bugfixes + @click.group() @click.pass_context