Skip to content

Commit

Permalink
Fixed Version Numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
hooh-hooah committed Nov 16, 2019
1 parent 1c1b928 commit 49e5ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeelPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class HeelConfig
public partial class HeelPlugin : BaseUnityPlugin
{
public const string GUID = "com.hooh.heelz";
public const string VERSION = "1.0.3";
public const string VERSION = "1.1.0";
public static Dictionary<int, HeelConfig> heelConfigs = new Dictionary<int, HeelConfig>();
public static String[] parts = { "foot01", "foot02", "toes01" };
public static String[] modifiers = { "move", "roll", "scale" };
Expand Down

0 comments on commit 49e5ab3

Please sign in to comment.