diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 13a71e8..0835009 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.4.0 + 0.4.1 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index dc87c6a..1a67265 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.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.1.0")] +[assembly: AssemblyFileVersion("0.4.1.0")]