Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.0.4.0, update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcitedCodes committed Mar 13, 2021
1 parent a2084cf commit dd69b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NaiveWPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NaiveGUI")]
[assembly: AssemblyCopyright("Copyright © ExcitedCodes 2020")]
[assembly: AssemblyCopyright("Copyright © ExcitedCodes 2020-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -49,5 +49,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.3.4")]
[assembly: AssemblyFileVersion("2.0.3.4")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
2 changes: 1 addition & 1 deletion NaiveWPF/View/AboutTab.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<LineBreak/>
<LineBreak/>
<Run FontSize="15" Text="{lex:Loc About_Copyright}"/>
<Run FontSize="15" Text="© 2020 ExcitedCodes, 👏"/>
<Run FontSize="15" Text="© 2020-2021 ExcitedCodes, 👏"/>
<Run FontSize="15" Text="{lex:Loc About_SpecialThanksTo}"/>
<Run FontSize="15" TextDecorations="Strikethrough" Text="{lex:Loc About_Misty}"/>
</emoji:TextBlock>
Expand Down

0 comments on commit dd69b38

Please sign in to comment.