Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Sep 4, 2018
1 parent 9ad2f23 commit fac4b84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

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

### development
* Addd data definitions for Beyond Chapter 3 (AKA v3.2).

### 3.0.3-rc1
### 3.0.3
* Core
* Added data definitions for Beyond Chapter 3 (game v3.2).
* Cargo monitor
* Added support for solo delivery missions using the mission depot.
* Added definition for Ancient Key.

### 3.0.2
* Additional Italian translations.
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 "3.0.3-rc1"
#define MyAppVersion "3.0.3"
#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 @@ -8,7 +8,7 @@ namespace Utilities
public class Constants
{
public const string EDDI_NAME = "EDDI";
public static Version EDDI_VERSION = new Version(3, 0, 3, Version.TestPhase.rc, 1);
public static Version EDDI_VERSION = new Version(3, 0, 3, Version.TestPhase.final, 0);
public const string EDDI_SERVER_URL = "http://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 fac4b84

Please sign in to comment.