Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Jun 22, 2024
1 parent 144623b commit df91d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Everything integration for the Windows taskbar.")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EverythingToolbar")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2023")]
[assembly: AssemblyCopyright("Copyright © Stephan Rumswinkel 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -54,5 +54,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
2 changes: 1 addition & 1 deletion EverythingToolbar/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
BorderThickness="0"
IsReadOnly="True"
Text="{Binding Text, Mode=OneWay}" />
<TextBlock>Copyright © 2023 Stephan Rumswinkel</TextBlock>
<TextBlock>Copyright © 2024 Stephan Rumswinkel</TextBlock>
<TextBlock>
<Run Text="{x:Static properties:Resources.AboutLicense}" />: MIT
</TextBlock>
Expand Down

0 comments on commit df91d99

Please sign in to comment.