We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c59a2 commit ebf21b5Copy full SHA for ebf21b5
2 files changed
COTLMP/COTLMP.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net472</TargetFramework>
5
<AssemblyName>COTLMP</AssemblyName>
6
<Product>Cult of the Lamb Multiplayer Mod Plug-In</Product>
7
- <Version>0.0.0.4</Version>
+ <Version>0.0.0.5</Version>
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
<LangVersion>latest</LangVersion>
10
<RestoreAdditionalProjectSources>
COTLMP/Data/Version.cs
@@ -25,7 +25,7 @@ public class Version
25
{
26
public const string CotlMpGuid = "geob99.cotl.cotlmp";
27
public const string CotlMpName = "Cult of the Lamb Multiplayer Mod Plug-In";
28
- public const string CotlMpVer = "0.0.0.4";
+ public const string CotlMpVer = "0.0.0.5";
29
}
30
31
0 commit comments