Skip to content

Commit

Permalink
Version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Jun 8, 2021
1 parent 8df8129 commit ab88532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SourceGen/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public partial class App : Application {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 7, 3, CommonUtil.Version.PreRelType.Final, 0);
new CommonUtil.Version(1, 7, 4, CommonUtil.Version.PreRelType.Final, 0);
}
}
2 changes: 1 addition & 1 deletion SourceGen/WpfGui/AboutBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ limitations under the License.
BorderThickness="0" HorizontalAlignment="Left"
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"
Click="WebSiteButton_Click"/>
<TextBlock Text="Copyright 2020 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Copyright 2021 faddenSoft" Margin="0,0,0,0"/>
<TextBlock Text="Created by Andy McFadden"/>
</StackPanel>

Expand Down

0 comments on commit ab88532

Please sign in to comment.