From 22bfb40e4a4a90536d0c3d3e4f357c638b525ae3 Mon Sep 17 00:00:00 2001 From: lay295 Date: Sun, 11 Dec 2022 18:57:04 -0600 Subject: [PATCH] bump again --- 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 d1162425..4ed56c42 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.50.8 + 1.50.9 AnyCPU;x64 net6.0 default diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index 07b8f722..d2454327 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.50.8"); + Version currentVersion = new Version("1.50.9"); AutoUpdater.InstalledVersion = currentVersion; AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev");