Skip to content

Commit

Permalink
Updated version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuomag9 committed May 6, 2019
1 parent 6d9a0ae commit b44002a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Video2x/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="455*"/>
Expand Down
2 changes: 1 addition & 1 deletion Video2x/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public static string GetClipBoradData()
staThread.Join();
return clipboardData;
}
catch (Exception exception)
catch (Exception)
{
return string.Empty;
}
Expand Down

0 comments on commit b44002a

Please sign in to comment.