From 59d1ead9c24068d0b8dd3b57684137a54db6679c Mon Sep 17 00:00:00 2001 From: jessikitty Date: Thu, 14 May 2026 13:11:43 +1000 Subject: [PATCH] chore: bump to v1.5.1 - hide config/export from public dashboard, rename On Hold, authorship --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9a93c82..94c2742 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.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.5.1.0")] +[assembly: AssemblyFileVersion("1.5.1.0")]