From f0469ccac078738eb9c9b42760d4f9bec999c11c Mon Sep 17 00:00:00 2001 From: SealsRock12 Date: Mon, 13 Nov 2023 16:14:13 -0800 Subject: [PATCH] v1.2.0 --- .gitignore | 1 + client/Program.cs | 4 ++-- client/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index aee466f..c2d87fe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .Trash .vs/ +/client/specify_client_TemporaryKey.pfx diff --git a/client/Program.cs b/client/Program.cs index 83b4c3f..37d2a3e 100644 --- a/client/Program.cs +++ b/client/Program.cs @@ -11,7 +11,7 @@ namespace specify_client; public class Program { - public const string SpecifyVersion = "v2.0.0"; + public const string SpecifyVersion = "v1.2.0"; public static Stopwatch Time; public static async Task Main() @@ -45,4 +45,4 @@ public static async Task Main() } } -} \ No newline at end of file +} diff --git a/client/Properties/AssemblyInfo.cs b/client/Properties/AssemblyInfo.cs index 858538d..700b88a 100644 --- a/client/Properties/AssemblyInfo.cs +++ b/client/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.2")] -[assembly: AssemblyFileVersion("1.1.2")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")]