Skip to content

Commit 8c0c996

Browse files
committed
bump version
1 parent a4fb6b8 commit 8c0c996

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.51.0</Version>
5+
<Version>1.51.1</Version>
66
<Platforms>AnyCPU;x64</Platforms>
77
<TargetFramework>net6.0</TargetFramework>
88
<LangVersion>default</LangVersion>

TwitchDownloaderWPF/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
7676
if (!File.Exists("ffmpeg.exe"))
7777
await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full);
7878

79-
Version currentVersion = new Version("1.51.0");
79+
Version currentVersion = new Version("1.51.1");
8080

8181
AutoUpdater.InstalledVersion = currentVersion;
8282
AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev");

0 commit comments

Comments
 (0)