Skip to content

Commit

Permalink
bumping version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 21, 2019
1 parent 97d7d96 commit 2cb7f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Base/Base/Master_Classes/MidsContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public static class MidsContext
public const int AppMajorVersion = 2;
public const int AppMinorVersion = 6;
public const int AppBuildVersion = 0;
public const int AppRevisionVersion = 0;
public const string AppAssemblyVersion = "2.6.0.0";
public const int AppRevisionVersion = 1;
public const string AppAssemblyVersion = "2.6.0.1";
public static readonly Version AppVersion = new Version(major: AppMajorVersion, minor: AppMinorVersion, build: AppBuildVersion, revision: AppRevisionVersion);
public const string Title = "Mids' Reborn : Hero Designer";
public const string AssemblyName = "Hero Designer.exe";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ City of Heroes' Hero Designer lives again

# Releases/Install/Downloads

Latest Version 2.6.0.0 - Released on 2019-07-18
Latest Version 2.6.0.1 - Released on 2019-07-21
- No Automatic Updates
- No Installer and Installer based releases are found at https://github.com/ImaginaryDevelopment/imaginary-hero-designer/releases
- Automatic Internet Required for updates
Expand Down

0 comments on commit 2cb7f1a

Please sign in to comment.