From 10513d4e2b6cf0617f7c3cfc17cff1081470b617 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Thu, 14 May 2026 16:28:06 +1000 Subject: [PATCH] chore: bump to v1.5.2 - dismiss button, flexible status matching --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 94c2742..74bf706 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -8,5 +8,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright 2026 Jess Rogerson")] [assembly: ComVisible(false)] [assembly: Guid("b1c2d3e4-f5a6-7890-abcd-ef1234567891")] -[assembly: AssemblyVersion("1.5.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")]