From 8c0c996ed3a74804e5d41a7efdb9a8dbcf26fc3a Mon Sep 17 00:00:00 2001 From: lay295 Date: Tue, 13 Dec 2022 20:34:55 -0600 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 ff42a3c2..c4549bc1 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.51.0 + 1.51.1 AnyCPU;x64 net6.0 default diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index 32914595..e94668cf 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -76,7 +76,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e) if (!File.Exists("ffmpeg.exe")) await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full); - Version currentVersion = new Version("1.51.0"); + Version currentVersion = new Version("1.51.1"); AutoUpdater.InstalledVersion = currentVersion; AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev");