We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8547858 commit 9fd398fCopy full SHA for 9fd398f
1 file changed
PolyTechMain.cs
@@ -23,7 +23,7 @@ public class PolyTechMain : PolyTechMod
23
public new const string
24
PluginGuid = "polytech.polytechframework",
25
PluginName = "PolyTech Framework",
26
- PluginVersion = "0.9.0";
+ PluginVersion = "0.9.1";
27
private static BindingList<PolyTechMod>
28
noncheatMods = new BindingList<PolyTechMod> { },
29
cheatMods = new BindingList<PolyTechMod> { };
0 commit comments