From 4f339944c606652075d2d0a3e4456e19564c6e7c Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sun, 18 Jun 2023 15:25:09 +0200 Subject: [PATCH] bump version --- EliteBGS/EliteBGS.csproj | 2 +- EliteBGS/Properties/AssemblyInfo.cs | 4 ++-- EliteBGS/docs/index.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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