Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyKitten committed Feb 24, 2021
1 parent 81b2c73 commit 5420492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MonkeModManager/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class FormMain : Form
{

private const string BaseEndpoint = "https://api.github.com/repos/";
private const Int16 CurrentVersion = 1;
private const Int16 CurrentVersion = 2;
private List<ReleaseInfo> releases;
private string InstallDirectory = @"";
public bool isSteam = true;
Expand Down
4 changes: 2 additions & 2 deletions MonkeModManager/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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]

0 comments on commit 5420492

Please # to comment.