From 01d2fc9232889132e31ab4b806bec87017464154 Mon Sep 17 00:00:00 2001
From: ScrubN <72096833+ScrubN@users.noreply.github.com>
Date: Wed, 10 Jul 2024 22:21:21 -0400
Subject: [PATCH] Bump version to 1.54.8

---
 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 8c319ade..46012ae2 100644
--- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj
+++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <Version>1.54.7</Version>
+    <Version>1.54.8</Version>
     <Copyright>Copyright © lay295 and contributors</Copyright>
     <Description>Download and render Twitch VODs, clips, and chats</Description>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs
index 439b7f8d..4a8d072e 100644
--- a/TwitchDownloaderWPF/MainWindow.xaml.cs
+++ b/TwitchDownloaderWPF/MainWindow.xaml.cs
@@ -88,7 +88,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
             // it will sometimes start behind other windows, usually (but not always) due to the user's actions.
             FlashTaskbarIconIfNotForeground(TimeSpan.FromSeconds(3));
 
-            var currentVersion = Version.Parse("1.54.7");
+            var currentVersion = Version.Parse("1.54.8");
 #if DEBUG
             Title = $"Twitch Downloader v{currentVersion} - DEBUG";
 #else