From 452b0f3cbaf7f9be62ecd7aefcd4ab6975a60a2b Mon Sep 17 00:00:00 2001 From: sealsrock12 Date: Thu, 23 Feb 2023 13:41:56 -0800 Subject: [PATCH] v1.1.1 --- client/Program.cs | 2 +- client/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Program.cs b/client/Program.cs index ca714df..82d91e6 100644 --- a/client/Program.cs +++ b/client/Program.cs @@ -9,7 +9,7 @@ namespace specify_client; public class Program { - public const string SpecifyVersion = "v1.1.0"; + public const string SpecifyVersion = "v1.1.1"; public static Stopwatch Time; public static async Task Main() diff --git a/client/Properties/AssemblyInfo.cs b/client/Properties/AssemblyInfo.cs index 9efc6b6..d576be7 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.0")] -[assembly: AssemblyFileVersion("1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.1")] \ No newline at end of file