Skip to content

Commit eb8124e

Browse files
committed
Bump version
1 parent e46a032 commit eb8124e

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.53.9</Version>
5+
<Version>1.54.0</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
@@ -78,7 +78,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
7878
// it will sometimes start behind other windows, usually (but not always) due to the user's actions.
7979
FlashTaskbarIconIfNotForeground(TimeSpan.FromSeconds(3));
8080

81-
var currentVersion = Version.Parse("1.53.9");
81+
var currentVersion = Version.Parse("1.54.0");
8282
Title = $"Twitch Downloader v{currentVersion}";
8383

8484
// TODO: extract FFmpeg handling to a dedicated service

0 commit comments

Comments
 (0)