diff --git a/version.cs b/version.cs index 159358f..b9dc6fd 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.117")] -[assembly: AssemblyFileVersion("0.1.117")] +[assembly: AssemblyVersion("0.1.118")] +[assembly: AssemblyFileVersion("0.1.118")] [assembly: AssemblyCompany("Topten Software")] [assembly: AssemblyProduct("Topten.RichTextKit")] static class BuildInfo { - public static DateTime Date = new DateTime(2019, 12, 3, 23, 31, 38, DateTimeKind.Utc); + public static DateTime Date = new DateTime(2019, 12, 10, 23, 10, 11, DateTimeKind.Utc); } \ No newline at end of file diff --git a/version.h b/version.h index ca9e511..3fcabd2 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_A 0 #define VER_B 1 -#define VER_C 117 +#define VER_C 118 #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 61f3d6d..919fbc5 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "major": 0, "minor": 1, - "build": 117, + "build": 118, "copyrightYear": 2019, "productName": "Topten.RichTextKit" } \ No newline at end of file diff --git a/version.props b/version.props index 3219823..0d7bd8d 100644 --- a/version.props +++ b/version.props @@ -2,7 +2,7 @@ - 0.1.117 + 0.1.118 \ No newline at end of file