Skip to content

Commit 2590282

Browse files
committed
Bump version to 1.54.6
1 parent fc36696 commit 2590282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TwitchDownloaderCLI/TwitchDownloaderCLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<Version>1.54.5</Version>
5+
<Version>1.54.6</Version>
66
<Copyright>Copyright © lay295 and contributors</Copyright>
77
<Description>Download and render Twitch VODs, clips, and chats</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>

TwitchDownloaderWPF/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
8888
// it will sometimes start behind other windows, usually (but not always) due to the user's actions.
8989
FlashTaskbarIconIfNotForeground(TimeSpan.FromSeconds(3));
9090

91-
var currentVersion = Version.Parse("1.54.5");
91+
var currentVersion = Version.Parse("1.54.6");
9292
#if DEBUG
9393
Title = $"Twitch Downloader v{currentVersion} - DEBUG";
9494
#else

0 commit comments

Comments
 (0)