Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 committed Mar 7, 2021
1 parent 7504f8f commit 4c3512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamicBoneEditor.Core/DynamicBoneEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Plugin : BaseUnityPlugin
public const string PluginGUID = "com.deathweasel.bepinex.dynamicboneeditor";
public const string PluginName = "Dynamic Bone Editor";
public const string PluginNameInternal = Constants.Prefix + "_DynamicBoneEditor";
public const string PluginVersion = "1.0.1";
public const string PluginVersion = "1.0.2";
internal static new ManualLogSource Logger;
internal static Plugin PluginInstance;

Expand Down

0 comments on commit 4c3512f

Please sign in to comment.