From 155de0f0a50b55463e010ac6d09579bfed41b772 Mon Sep 17 00:00:00 2001 From: Brad Robinson Date: Thu, 8 Aug 2019 18:56:10 +1000 Subject: [PATCH] b0.1.105 --- version.cs | 6 +++--- version.h | 2 +- version.json | 2 +- version.props | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/version.cs b/version.cs index c0eb2ea..5cde7c2 100644 --- a/version.cs +++ b/version.cs @@ -3,13 +3,13 @@ using System; using System.Reflection; [assembly: AssemblyCopyright("Copyright © 2019 Topten Software. All Rights Reserved")] -[assembly: AssemblyVersion("0.1.104")] -[assembly: AssemblyFileVersion("0.1.104")] +[assembly: AssemblyVersion("0.1.105")] +[assembly: AssemblyFileVersion("0.1.105")] [assembly: AssemblyCompany("Topten Software")] [assembly: AssemblyProduct("Topten.RichTextKit")] static class BuildInfo { - public static DateTime Date = new DateTime(2019, 8, 8, 2, 8, 20, DateTimeKind.Utc); + public static DateTime Date = new DateTime(2019, 8, 8, 8, 55, 51, DateTimeKind.Utc); } \ No newline at end of file diff --git a/version.h b/version.h index cfb3795..829c59d 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_A 0 #define VER_B 1 -#define VER_C 104 +#define VER_C 105 #define VER_D 0 #define COPYRIGHT_STRING "Copyright © 2019 Topten Software. All Rights Reserved\0" \ No newline at end of file diff --git a/version.json b/version.json index b9080cf..27086ac 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "major": 0, "minor": 1, - "build": 104, + "build": 105, "copyrightYear": 2019, "productName": "Topten.RichTextKit" } \ No newline at end of file diff --git a/version.props b/version.props index 4e8b0a1..df27e53 100644 --- a/version.props +++ b/version.props @@ -2,7 +2,7 @@ - 0.1.104 + 0.1.105 \ No newline at end of file