From 7c9906c8e8f9d6f1bda294d4fbd7e7b65c8725a7 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:25:49 -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 27bc72e6..965a8407 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.53.0 + 1.53.1 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 102b2ab5..538cc023 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.0"); + Version currentVersion = new Version("1.53.1"); Title = $"Twitch Downloader v{currentVersion}"; AutoUpdater.InstalledVersion = currentVersion; #if !DEBUG