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 bb63129 commit 7b8aa86Copy full SHA for 7b8aa86
MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs
@@ -9,7 +9,7 @@
9
namespace MicroMod
10
{
11
//[BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)]
12
- [BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "1.1.0")]
+ [BepInPlugin("com.micrologist.microengineer", "MicroEngineer", "1.1.1")]
13
[BepInDependency(SpaceWarpPlugin.ModGuid, SpaceWarpPlugin.ModVer)]
14
public class MicroEngineerMod : BaseSpaceWarpPlugin
15
0 commit comments