From d7e0e1ae46e61071e6f436654eb44f80e916c454 Mon Sep 17 00:00:00 2001 From: Brad Robinson Date: Mon, 25 May 2020 09:57:28 +1000 Subject: [PATCH] b0.2.122 --- 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 58bde42..0488252 100644 --- a/version.cs +++ b/version.cs @@ -3,13 +3,13 @@ using System; using System.Reflection; [assembly: AssemblyCopyright("Copyright © 2019-2020 Topten Software. All Rights Reserved")] -[assembly: AssemblyVersion("0.2.121")] -[assembly: AssemblyFileVersion("0.2.121")] +[assembly: AssemblyVersion("0.2.122")] +[assembly: AssemblyFileVersion("0.2.122")] [assembly: AssemblyCompany("Topten Software")] [assembly: AssemblyProduct("Topten.RichTextKit")] static class BuildInfo { - public static DateTime Date = new DateTime(2020, 5, 24, 23, 25, 33, DateTimeKind.Utc); + public static DateTime Date = new DateTime(2020, 5, 24, 23, 57, 5, DateTimeKind.Utc); } \ No newline at end of file diff --git a/version.h b/version.h index f51632c..ae0b8eb 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_A 0 #define VER_B 2 -#define VER_C 121 +#define VER_C 122 #define VER_D 0 #define COPYRIGHT_STRING "Copyright © 2019-2020 Topten Software. All Rights Reserved\0" \ No newline at end of file diff --git a/version.json b/version.json index 67ed22e..472d9ae 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "major": 0, "minor": 2, - "build": 121, + "build": 122, "copyrightYear": 2019, "productName": "Topten.RichTextKit" } \ No newline at end of file diff --git a/version.props b/version.props index cb2a973..94e69a5 100644 --- a/version.props +++ b/version.props @@ -2,7 +2,7 @@ - 0.2.121 + 0.2.122 \ No newline at end of file