Skip to content

Commit

Permalink
Version 3.0.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Jul 30, 2018
1 parent 518d362 commit 4ba53a4
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Installer.iss
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "EDDI"
#define MyAppVersion "3.0.1-rc6"
#define MyAppVersion "3.0.1"
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
#define MyAppURL "https://github.com/EDCD/EDDI/"
#define MyAppExeName "EDDI.exe"
2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ namespace Utilities
public class Constants
{
public const string EDDI_NAME = "EDDI";
public const string EDDI_VERSION = "3.0.1-rc6";
public const string EDDI_VERSION = "3.0.1";
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")}";

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.1-rc6-{build}
version: 3.0.1-{build}
branches:
only:
- develop

0 comments on commit 4ba53a4

Please sign in to comment.