We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7915ef commit b554019Copy full SHA for b554019
1 file changed
DynamicBoneWizardMod/Wizard.cs
@@ -13,7 +13,7 @@ class Wizard : NeosMod
13
{
14
public override string Name => "DynamicBoneChainWizardMod";
15
public override string Author => "dfgHiatus";
16
- public override string Version => "1.0.0";
+ public override string Version => "1.0.1";
17
public override string Link => "https://github.com/dfgHiatus/DynamicBoneChainWizardMod";
18
19
public override void OnEngineInit()
0 commit comments