diff --git a/Video2x/MainWindow.xaml b/Video2x/MainWindow.xaml index b5d103f..22bf238 100644 --- a/Video2x/MainWindow.xaml +++ b/Video2x/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Video2x" mc:Ignorable="d" - Title="Video2x 1.0.8" Height="450" Width="800"> + Title="Video2x 1.1" Height="450" Width="800"> diff --git a/Video2x/MainWindow.xaml.cs b/Video2x/MainWindow.xaml.cs index 686e157..0e74c52 100644 --- a/Video2x/MainWindow.xaml.cs +++ b/Video2x/MainWindow.xaml.cs @@ -249,7 +249,7 @@ public static string GetClipBoradData() staThread.Join(); return clipboardData; } - catch (Exception exception) + catch (Exception) { return string.Empty; }