From eb6b7b550379e6ed33c94f4555fcf135aa395ed5 Mon Sep 17 00:00:00 2001 From: Brad Robinson Date: Sun, 24 May 2020 19:18:16 +1000 Subject: [PATCH] b0.2.120 --- version.cs | 6 +++--- version.h | 4 ++-- version.json | 2 +- version.props | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/version.cs b/version.cs index fd71642..ab156a2 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.1.119")] -[assembly: AssemblyFileVersion("0.1.119")] +[assembly: AssemblyVersion("0.2.120")] +[assembly: AssemblyFileVersion("0.2.120")] [assembly: AssemblyCompany("Topten Software")] [assembly: AssemblyProduct("Topten.RichTextKit")] static class BuildInfo { - public static DateTime Date = new DateTime(2020, 5, 10, 13, 5, 10, DateTimeKind.Utc); + public static DateTime Date = new DateTime(2020, 5, 24, 9, 17, 53, DateTimeKind.Utc); } \ No newline at end of file diff --git a/version.h b/version.h index d7f4790..cb79527 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_A 0 -#define VER_B 1 -#define VER_C 119 +#define VER_B 2 +#define VER_C 120 #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 653bf11..3dd7c09 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "major": 0, "minor": 2, - "build": 119, + "build": 120, "copyrightYear": 2019, "productName": "Topten.RichTextKit" } \ No newline at end of file diff --git a/version.props b/version.props index 7b1400b..ec455f8 100644 --- a/version.props +++ b/version.props @@ -2,7 +2,7 @@ - 0.1.119 + 0.2.120 \ No newline at end of file