Skip to content

Commit

Permalink
Version 0.6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notfood committed Apr 6, 2022
1 parent e17201e commit ddfcf96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<author>RimWorld Multiplayer Team</author>
<url>https://github.com/rwmt/Multiplayer</url>
<description>&lt;color=red&gt;&lt;b&gt;Important: &lt;/b&gt; This mod should be placed right below Core and expansions in the mod list to work properly!
Requires >= Rimworld v1.3.3117&lt;/color&gt;\n
Requires >= Rimworld v1.3.3311&lt;/color&gt;\n
Multiplayer mod for RimWorld.

FAQ - https://hackmd.io/@rimworldmultiplayer/docs/
Expand Down
4 changes: 2 additions & 2 deletions Source/Common/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace Multiplayer.Common
{
public static class MpVersion
{
public const string Version = "0.6.1.0";
public const int Protocol = 25;
public const string Version = "0.6.2.0";
public const int Protocol = 26;

public const string ApiAssemblyName = "0MultiplayerAPI";

Expand Down
2 changes: 1 addition & 1 deletion Source/Multiplayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<DebugType>None</DebugType>
<ReleaseVersion>0.6.1</ReleaseVersion>
<ReleaseVersion>0.6.2</ReleaseVersion>
<PublicizeAsReferenceAssemblies>false</PublicizeAsReferenceAssemblies>
</PropertyGroup>

Expand Down

0 comments on commit ddfcf96

Please sign in to comment.