From 2cb7f1a4a85274374271b2c381ee5085d0ffb860 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 21 Jul 2019 15:35:14 -0400 Subject: [PATCH] bumping version number for release --- Base/Base/Master_Classes/MidsContext.cs | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/Base/Master_Classes/MidsContext.cs b/Base/Base/Master_Classes/MidsContext.cs index ca082fbe..ad23e057 100644 --- a/Base/Base/Master_Classes/MidsContext.cs +++ b/Base/Base/Master_Classes/MidsContext.cs @@ -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"; diff --git a/README.md b/README.md index 002b4992..e83c8a27 100644 --- a/README.md +++ b/README.md @@ -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