From 771ca15ea2b7df429fc0108ee52d2dfef7409392 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Tue, 19 Nov 2024 13:42:15 -0700 Subject: [PATCH] bump version. --- Helper/StaticHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index 0e22490..257aa95 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -9,7 +9,7 @@ namespace CarCareTracker.Helper /// public static class StaticHelper { - public const string VersionNumber = "1.4.0"; + public const string VersionNumber = "1.4.1"; public const string DbName = "data/cartracker.db"; public const string UserConfigPath = "config/userConfig.json"; public const string AdditionalWidgetsPath = "data/widgets.html";