From 9fde23df3912a184430f99812619ad9e834ee297 Mon Sep 17 00:00:00 2001 From: Peter Chapman Date: Sat, 5 Oct 2024 13:19:13 +1300 Subject: [PATCH] Version bump to 1.5.1 --- GoToBible.Model/GoToBible.Model.csproj | 2 +- GoToBible.Windows/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GoToBible.Model/GoToBible.Model.csproj b/GoToBible.Model/GoToBible.Model.csproj index 72b7a33..70599df 100644 --- a/GoToBible.Model/GoToBible.Model.csproj +++ b/GoToBible.Model/GoToBible.Model.csproj @@ -28,7 +28,7 @@ LGPL-3.0-or-later git Minor bug fixes - 1.5 + 1.5.1 diff --git a/GoToBible.Windows/Properties/AssemblyInfo.cs b/GoToBible.Windows/Properties/AssemblyInfo.cs index 0b4d416..045479a 100644 --- a/GoToBible.Windows/Properties/AssemblyInfo.cs +++ b/GoToBible.Windows/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.1.0")] [assembly: NeutralResourcesLanguage("en-NZ")]