Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebzzel committed Jul 20, 2018
1 parent 846bc8c commit de0e6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PicPrompt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[assembly: AssemblyProduct("PicPrompt")]
[assembly: AssemblyDescription("Fast, simple and lightweight image viewer.")]
[assembly: AssemblyCopyright("© 2018 Rebzzel")]
[assembly: AssemblyVersion("1.00")]
[assembly: AssemblyVersion("0.1.39")]

[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
Expand Down
2 changes: 1 addition & 1 deletion PicPrompt/Resources/Styles/Window.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ControlTemplate TargetType="{x:Type Window}">
<Border Padding="7,7,7,5">
<Border
x:Name="Border"
x:Name="Border"
Background="{TemplateBinding Background}">
<DockPanel>
<Rectangle
Expand Down

0 comments on commit de0e6dc

Please sign in to comment.