Skip to content

Commit 7c9906c

Browse files
committed
Bump version
1 parent 75fb24f commit 7c9906c

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.0</Version>
5+
<Version>1.53.1</Version>
66
<Copyright>Copyright © 2019 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
@@ -90,7 +90,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
9090
}
9191
}
9292

93-
Version currentVersion = new Version("1.53.0");
93+
Version currentVersion = new Version("1.53.1");
9494
Title = $"Twitch Downloader v{currentVersion}";
9595
AutoUpdater.InstalledVersion = currentVersion;
9696
#if !DEBUG

0 commit comments

Comments
 (0)