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

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyKitten committed Feb 25, 2021
1 parent 0049e69 commit abd2077
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
Expand Up @@ -16,7 +16,7 @@ public partial class FormMain : Form
{

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

0 comments on commit abd2077

Please sign in to comment.