From c78884b39d6ab4041573db689df64a69ee5a3374 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Fri, 8 Jan 2021 19:20:30 -0500 Subject: [PATCH] chore(plugin): bump version to 1.4.0 --- XIVChatPlugin/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XIVChatPlugin/Properties/AssemblyInfo.cs b/XIVChatPlugin/Properties/AssemblyInfo.cs index 3434124..88b8faa 100644 --- a/XIVChatPlugin/Properties/AssemblyInfo.cs +++ b/XIVChatPlugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.2")] -[assembly: AssemblyFileVersion("1.3.2")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")]