Skip to content

Commit 2cb7f1a

Browse files
author
Unknown
committed
bumping version number for release
1 parent 97d7d96 commit 2cb7f1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Base/Base/Master_Classes/MidsContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public static class MidsContext
1111
public const int AppMajorVersion = 2;
1212
public const int AppMinorVersion = 6;
1313
public const int AppBuildVersion = 0;
14-
public const int AppRevisionVersion = 0;
15-
public const string AppAssemblyVersion = "2.6.0.0";
14+
public const int AppRevisionVersion = 1;
15+
public const string AppAssemblyVersion = "2.6.0.1";
1616
public static readonly Version AppVersion = new Version(major: AppMajorVersion, minor: AppMinorVersion, build: AppBuildVersion, revision: AppRevisionVersion);
1717
public const string Title = "Mids' Reborn : Hero Designer";
1818
public const string AssemblyName = "Hero Designer.exe";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ City of Heroes' Hero Designer lives again
22

33
# Releases/Install/Downloads
44

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

0 commit comments

Comments
 (0)