diff --git a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj index 69f5a9f9..dd4aef6d 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 1.40.4 + 1.40.6 AnyCPU;x64 diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index 86e87e3c..9d19d798 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -79,7 +79,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e) if (!File.Exists("ffmpeg.exe")) await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full); - AutoUpdater.InstalledVersion = new Version("1.40.5.0"); + AutoUpdater.InstalledVersion = new Version("1.40.6.0"); AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev"); }