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

Commit

Permalink
version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyKitten committed Mar 6, 2021
1 parent fbd74ca commit 09ce2aa
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 @@ -19,7 +19,7 @@ public partial class FormMain : Form
{

private const string BaseEndpoint = "https://api.github.com/repos/";
private const Int16 CurrentVersion = 4;
private const Int16 CurrentVersion = 5;

This comment has been minimized.

Copy link
@gorillamodd

gorillamodd Jun 30, 2021

how do i open them

private List<ReleaseInfo> releases;
Dictionary<string, int> groups = new Dictionary<string, int>();
private string InstallDirectory = @"";
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.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]

This comment has been minimized.

Copy link
@omaricarter210

omaricarter210 Aug 26, 2022

i want mods i want platforms flying long arms and sticky walls

[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]

1 comment on commit 09ce2aa

@flimettvrs6865
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi how do i get monkey modmanager?

Please sign in to comment.