From 8fd74fde2a5fdfc7466976d5227b4d403abb9652 Mon Sep 17 00:00:00 2001 From: Tyler Camp Date: Mon, 8 Jul 2024 08:37:41 -0400 Subject: [PATCH] Bump app version --- 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 8bf7f1e4..eb7700a2 100644 --- a/PalCalc.UI/App.xaml.cs +++ b/PalCalc.UI/App.xaml.cs @@ -17,7 +17,7 @@ namespace PalCalc.UI /// public partial class App : Application { - public static string Version => "v1.4.5"; + public static string Version => "v1.4.6"; public static string RepositoryUrl => "https://github.com/tylercamp/palcalc/"; private static ILogger logger;