We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b3c07 commit fec7aa1Copy full SHA for fec7aa1
1 file changed
Plugin.cs
@@ -11,7 +11,7 @@ public class Randomizer : BaseUnityPlugin
11
{
12
private const string modGUID = "dragitz.FTKRandomizer";
13
private const string modName = "FTK Randomizer";
14
- private const string modVersion = "1.0.1";
+ private const string modVersion = "1.0.2";
15
16
private readonly Harmony harmony = new Harmony(modGUID);
17
0 commit comments