From 244272621c7d7f5015111bb093f0431dabec0677 Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Sat, 30 Nov 2024 10:19:51 -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 c728d82..9530a22 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.1"; + public const string VersionNumber = "1.4.2"; public const string DbName = "data/cartracker.db"; public const string UserConfigPath = "config/userConfig.json"; public const string AdditionalWidgetsPath = "data/widgets.html";