Skip to content

Commit c5b7aa7

Browse files
committed
Bump version
1 parent c1080a9 commit c5b7aa7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

EverythingToolbar.Debug/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("EverythingToolbar.Debug")]
13-
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2021")]
13+
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

EverythingToolbar/About.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</StackPanel.Resources>
3636
<TextBlock>EverythingToolbar</TextBlock>
3737
<TextBlock Name="VersionTextBlock"></TextBlock>
38-
<TextBlock>Copyright © 2021 Stephan Rumswinkel</TextBlock>
38+
<TextBlock>Copyright © 2022 Stephan Rumswinkel</TextBlock>
3939
<TextBlock>
4040
<Run Text="{x:Static properties:Resources.AboutLicense}" />: MIT
4141
</TextBlock>

EverythingToolbar/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("EverythingToolbar")]
13-
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2021")]
13+
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("0.7.3.0")]
53-
[assembly: AssemblyFileVersion("0.7.3.0")]
52+
[assembly: AssemblyVersion("0.7.4.0")]
53+
[assembly: AssemblyFileVersion("0.7.4.0")]

0 commit comments

Comments
 (0)