From e535ba0ec914de50dc632ae352ee188056880cb1 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Thu, 3 Aug 2023 03:25:19 -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 965a8407..c00a7611 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.53.1 + 1.53.2 Copyright © 2019 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 538cc023..aaf42a58 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -90,7 +90,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e) } } - Version currentVersion = new Version("1.53.1"); + Version currentVersion = new Version("1.53.2"); Title = $"Twitch Downloader v{currentVersion}"; AutoUpdater.InstalledVersion = currentVersion; #if !DEBUG