Skip to content

Commit

Permalink
Bumps to v2.6
Browse files Browse the repository at this point in the history
i3arnon committed Jul 12, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5d5c489 commit 3df8453
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 v2.5."/>
Click="YoucastLink_OnClick" Content="YouCast v2.6."/>
<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 © 2018")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[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.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]

0 comments on commit 3df8453

Please sign in to comment.