Skip to content

Commit

Permalink
Bump to v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
i3arnon committed Feb 23, 2020
1 parent 2894959 commit 47fd0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/YouCast/MainWindow.xaml
Expand Up @@ -165,7 +165,7 @@
<Button
x:Name="YoucastLink"
Style="{StaticResource LinkButton}"
Click="YoucastLink_OnClick" Content="YouCast."/>
Click="YoucastLink_OnClick" Content="YouCast v2.9."/>
<Label VerticalAlignment="Center" Content="Made by"/>
<Button
x:Name="TwitterLink"
Expand Down
6 changes: 3 additions & 3 deletions src/YouCast/Properties/AssemblyInfo.cs
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("i3arnon")]
[assembly: AssemblyProduct(GeneralInformation.ApplicationName)]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -50,5 +50,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("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]
[assembly: AssemblyVersion("2.9.0.0")]
[assembly: AssemblyFileVersion("2.9.0.0")]

0 comments on commit 47fd0fb

Please sign in to comment.