diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 747fae2..4e62337 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.3 + 0.3.4 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index c02acda..bb1ef5e 100644 --- a/EliteBGS/Properties/AssemblyInfo.cs +++ b/EliteBGS/Properties/AssemblyInfo.cs @@ -51,5 +51,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.3.3.0")] -[assembly: AssemblyFileVersion("0.3.3.0")] +[assembly: AssemblyVersion("0.3.4.0")] +[assembly: AssemblyFileVersion("0.3.4.0")] diff --git a/EliteBGS/docs/index.md b/EliteBGS/docs/index.md index c2004ba..14ec8fa 100644 --- a/EliteBGS/docs/index.md +++ b/EliteBGS/docs/index.md @@ -20,13 +20,13 @@ command line: winget install Microsoft.DotNet.DesktopRuntime.7 ``` -You can download the **latest** version **0.3.3** at CodeBerg: +You can download the **latest** version **0.3.4** at CodeBerg: * [https://codeberg.org/nola/EDBGS/releases](https://codeberg.org/nola/EDBGS/releases) Or alternatively from my server: -* [https://bgs.n0la.org/elitebgs-0.3.3.zip](https://bgs.n0la.org/elitebgs-0.3.3.zip) +* [https://bgs.n0la.org/elitebgs-0.3.4.zip](https://bgs.n0la.org/elitebgs-0.3.4.zip) ## Old Versions