Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Supercolbat committed Jul 17, 2021
1 parent 0d6bd5e commit 0931db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Muck1337/Muck1337Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Muck1337Plugin : BaseUnityPlugin
{
private const string PluginGuid = "me.supercolbat.muck1337";
private const string PluginName = "Muck1337";
private const string PluginVersion = "0.1.1";
private const string PluginVersion = "0.2.0";

public static Muck1337Plugin Instance;
private Harmony harmony;
Expand Down

0 comments on commit 0931db7

Please sign in to comment.