From 7d7c6183b5ab6673a76d957905f814758da1e676 Mon Sep 17 00:00:00 2001 From: lay295 Date: Mon, 4 Oct 2021 23:30:08 -0400 Subject: [PATCH] bump version --- TwitchDownloaderCLI/TwitchDownloaderCLI.csproj | 2 +- TwitchDownloaderWPF/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj index 2660783d..c173292c 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 1.40.1 + 1.40.2 diff --git a/TwitchDownloaderWPF/Properties/AssemblyInfo.cs b/TwitchDownloaderWPF/Properties/AssemblyInfo.cs index eaa9c95a..7d86c453 100644 --- a/TwitchDownloaderWPF/Properties/AssemblyInfo.cs +++ b/TwitchDownloaderWPF/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.40.1.0")] +[assembly: AssemblyVersion("1.40.2.0")] [assembly: AssemblyFileVersion("1.0.0.0")]