From e056aaa7dc51ee40dff7c3ffa097e21b7015f5e7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Tue, 24 Sep 2024 18:11:50 -0600 Subject: [PATCH] Fix light mode bug. --- Helper/StaticHelper.cs | 2 +- Views/Shared/_Layout.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index cf3f897..e5383a3 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -9,7 +9,7 @@ namespace CarCareTracker.Helper /// public static class StaticHelper { - public static string VersionNumber = "1.3.7"; + public static string VersionNumber = "1.3.8"; public static string DbName = "data/cartracker.db"; public static string UserConfigPath = "config/userConfig.json"; public static string GenericErrorMessage = "An error occurred, please try again later"; diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 8a916a1..78f00fb 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -55,7 +55,7 @@