Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Jul 14, 2017
1 parent 43aa92a commit 9c63062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public FormMain()
InitializeComponent();
InitializeListView();
localdata = new LocalData();
this.Text = "Tiësto Clublife - Podcast Grabber v" + Application.ProductVersion.Substring(0, 3);
}

private void FormMain_Shown(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]

0 comments on commit 9c63062

Please sign in to comment.