From a39f5fbe4ec3614df8e4aefe47ce4343ee8a72ce Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Tue, 15 Mar 2022 18:10:22 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d4d9b..950f6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # EliteBGS changelog +## 0.1.1 on 15.03.2022 + +* Update tool to work with the new journal filenames introduced in Update 11. + ## 0.1.0 on 27.02.2022 * Final release without beta in front of it. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 74df377..036fcfc 100644 --- a/Properties/AssemblyInfo.cs +++ b/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.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.1.1.0")] +[assembly: AssemblyFileVersion("0.1.1.0")]