From af66983497cb34c930158780d7b6a346c88e6547 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Mon, 15 May 2023 18:59:06 +0200 Subject: [PATCH] bump version number --- EliteBGS/EliteBGS.csproj | 2 +- EliteBGS/Properties/AssemblyInfo.cs | 4 ++-- EliteBGS/docs/CHANGELOG.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 5bdb192..747fae2 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -2,7 +2,7 @@ net7.0-windows WinExe - 0.3.2 + 0.3.3 false true true diff --git a/EliteBGS/Properties/AssemblyInfo.cs b/EliteBGS/Properties/AssemblyInfo.cs index 0c64037..c02acda 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.2.0")] -[assembly: AssemblyFileVersion("0.3.2.0")] +[assembly: AssemblyVersion("0.3.3.0")] +[assembly: AssemblyFileVersion("0.3.3.0")] diff --git a/EliteBGS/docs/CHANGELOG.md b/EliteBGS/docs/CHANGELOG.md index d046f44..7b090e4 100644 --- a/EliteBGS/docs/CHANGELOG.md +++ b/EliteBGS/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # EliteBGS changelog -## 0.3.3 on ??.05.2023 +## 0.3.3 on 15.05.2023 * Added payout for the Thargoid Glaive. * Added payout and support for the Thargoid Revenant.