From 97b8591abf708d7c3fcd2d32568f63d6fbdd78fc Mon Sep 17 00:00:00 2001 From: Samir Dahal Date: Sun, 15 Sep 2024 13:49:27 +0545 Subject: [PATCH] chore: release preview version. v1.1.4 (preview) --- SambatWidget.UI/SettingWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SambatWidget.UI/SettingWindow.xaml b/SambatWidget.UI/SettingWindow.xaml index f951202..5c2e9c4 100644 --- a/SambatWidget.UI/SettingWindow.xaml +++ b/SambatWidget.UI/SettingWindow.xaml @@ -7,7 +7,7 @@ xmlns:local="clr-namespace:SambatWidget.UI" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:SambatWidget.UI.ViewModels" - Title="Settings v1.1.2" + Title="Settings v1.1.4 (Preview)" Width="400" Height="450" Background="{DynamicResource BackgroundColor}"