From 1568270f3b2c2645f59c351639487b1667989db9 Mon Sep 17 00:00:00 2001 From: lay295 Date: Sun, 20 Nov 2022 16:00:20 -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 2f0cb37f..def84daf 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.50.6 + 1.50.7 AnyCPU;x64 net6.0 default diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index d7c41b6e..3e8c8107 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -70,7 +70,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.6"); + Version currentVersion = new Version("1.50.7"); AutoUpdater.InstalledVersion = currentVersion; AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev");