From 03621721b8fd925e13a1586c9c100b2ea432db28 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 2 May 2024 20:13:02 +0200 Subject: [PATCH] bump version to 0.4.2.0 --- EliteBGS/EliteBGS.csproj | 2 +- EliteBGS/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 0835009..f4af042 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.4.1 + 0.4.2 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index 1a67265..2d36168 100644 --- a/EliteBGS/Properties/AssemblyInfo.cs +++ b/EliteBGS/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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("0.4.1.0")] -[assembly: AssemblyFileVersion("0.4.1.0")] +[assembly: AssemblyVersion("0.4.2.0")] +[assembly: AssemblyFileVersion("0.4.2.0")]