Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Aug 3, 2023
1 parent 85f09d5 commit e535ba0
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.53.1</Version>
<Version>1.53.2</Version>
<Copyright>Copyright © 2019 lay295 and contributors</Copyright>
<Description>Download and render Twitch VODs, clips, and chats</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
}
}

Version currentVersion = new Version("1.53.1");
Version currentVersion = new Version("1.53.2");
Title = $"Twitch Downloader v{currentVersion}";
AutoUpdater.InstalledVersion = currentVersion;
#if !DEBUG
Expand Down

0 comments on commit e535ba0

Please sign in to comment.