From 9f1406ee99574544d08bfe12014c023cfd278317 Mon Sep 17 00:00:00 2001 From: Tyler Camp Date: Wed, 1 Jan 2025 16:29:18 -0500 Subject: [PATCH] Bump version number --- PalCalc.UI/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PalCalc.UI/App.xaml.cs b/PalCalc.UI/App.xaml.cs index e7416c9..f488cf7 100644 --- a/PalCalc.UI/App.xaml.cs +++ b/PalCalc.UI/App.xaml.cs @@ -18,7 +18,7 @@ namespace PalCalc.UI /// public partial class App : Application { - public static string Version => "v1.10.3"; + public static string Version => "v1.10.4"; public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/"; private static ILogger logger;