From ccc2b7f1656cd41cf68ffac2c0f08337decbc416 Mon Sep 17 00:00:00 2001 From: baffler <1980600+baffler@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:57:45 -0500 Subject: [PATCH] Version to 1.0.3 for testing --- TransparentTwitchChatWPF/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TransparentTwitchChatWPF/Properties/AssemblyInfo.cs b/TransparentTwitchChatWPF/Properties/AssemblyInfo.cs index fb8d351..ae8c570 100644 --- a/TransparentTwitchChatWPF/Properties/AssemblyInfo.cs +++ b/TransparentTwitchChatWPF/Properties/AssemblyInfo.cs @@ -51,5 +51,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.0.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.0.3")] +[assembly: AssemblyFileVersion("1.0.3")]