Skip to content

Commit

Permalink
To version 4.1.0-a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 24, 2024
1 parent ad52465 commit b230fae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Full details of the variables available for each noted event, and VoiceAttack integrations, are available in the individual [event pages](https://github.com/EDCD/EDDI/wiki/Events).

## 4.1.0-a1


## 4.0.4
* Core
* Further fixes for `Loadout` parsing exceptions that appear to have been impacting fuel level updates from the Status Monitor.
Expand Down
2 changes: 1 addition & 1 deletion Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "EDDI"
#define MyAppVersion "4.0.4"
#define MyAppVersion "4.1.0-a1"
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
#define MyAppURL "https://github.com/EDCD/EDDI/"
#define MyAppExeName "EDDI.exe"
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Constants
{
public const string EDDI_NAME = "EDDI";
public const string EDDI_URL_PROTOCOL = "eddi";
public static Version EDDI_VERSION = new Version(4, 0, 4);
public static Version EDDI_VERSION = new Version(4, 1, 0, Version.TestPhase.a, 1);
public const string EDDI_SERVER_URL = "https://edcd.github.io/EDDP/";
public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}";

Expand Down

0 comments on commit b230fae

Please sign in to comment.