Skip to content

Commit 1c519ac

Browse files
committed
bump version
1 parent 2e5dd96 commit 1c519ac

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.52.9</Version>
5+
<Version>1.53.0</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
@@ -72,7 +72,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
7272
if (!File.Exists("ffmpeg.exe"))
7373
await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full);
7474

75-
Version currentVersion = new Version("1.52.9");
75+
Version currentVersion = new Version("1.53.0");
7676
Title = $"Twitch Downloader v{currentVersion}";
7777
AutoUpdater.InstalledVersion = currentVersion;
7878
#if !DEBUG

0 commit comments

Comments
 (0)