From 68a6b85c0d0766b59163fc6a84f3f8ccebfd56fc Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:36:57 -0400 Subject: [PATCH] Bump version --- TwitchDownloaderCLI/TwitchDownloaderCLI.csproj | 2 +- TwitchDownloaderWPF/MainWindow.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj index 5b28edd1..d7b215cd 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.53.3 + 1.53.4 Copyright © lay295 and contributors Download and render Twitch VODs, clips, and chats MIT diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index ba71e58b..31bacc86 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -70,7 +70,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e) Settings.Default.Save(); } - var currentVersion = Version.Parse("1.53.3"); + var currentVersion = Version.Parse("1.53.4"); Title = $"Twitch Downloader v{currentVersion}"; // TODO: extract FFmpeg handling to a dedicated service