Skip to content

Commit

Permalink
bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Apr 18, 2022
1 parent 9eca5db commit c02b5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitchDownloaderCLI/TwitchDownloaderCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.40.8</Version>
<Version>1.40.9</Version>
<Platforms>AnyCPU;x64</Platforms>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>default</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
if (!File.Exists("ffmpeg.exe"))
await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full);

AutoUpdater.InstalledVersion = new Version("1.40.8.0");
AutoUpdater.InstalledVersion = new Version("1.40.9.0");
AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev");
}

Expand Down

0 comments on commit c02b5c0

Please sign in to comment.