Skip to content

Commit dd936d8

Browse files
committed
To 4.1.1
1 parent 70cd36d commit dd936d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

5-
## 4.1.1-a1
5+
## 4.1.1
66
* Core
77
* Added a speculative fix for failed `SystemDetails` lookups in new / unexplored star systems.
88
* Commander Monitor

Installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "EDDI"
5-
#define MyAppVersion "4.1.0"
5+
#define MyAppVersion "4.1.1"
66
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
77
#define MyAppURL "https://github.com/EDCD/EDDI/"
88
#define MyAppExeName "EDDI.exe"

Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Constants
99
{
1010
public const string EDDI_NAME = "EDDI";
1111
public const string EDDI_URL_PROTOCOL = "eddi";
12-
public static Version EDDI_VERSION = new Version( 4, 1, 0 );
12+
public static Version EDDI_VERSION = new Version( 4, 1, 1 );
1313
public const string EDDI_SERVER_URL = "https://edcd.github.io/EDDP/";
1414
public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}";
1515

0 commit comments

Comments
 (0)