Skip to content

Commit

Permalink
Bump to v2.9
Browse files Browse the repository at this point in the history
i3arnon committed Feb 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2894959 commit 47fd0fb
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/YouCast/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions src/YouCast/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("")]

@@ -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.