From ddfcf96ecc6fcfaaa25df68f353c427794447543 Mon Sep 17 00:00:00 2001 From: notfood Date: Wed, 6 Apr 2022 04:06:38 -0500 Subject: [PATCH] Version 0.6.2.0 --- About/About.xml | 2 +- Source/Common/Version.cs | 4 ++-- Source/Multiplayer.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/About/About.xml b/About/About.xml index 814919fe..eaec7804 100644 --- a/About/About.xml +++ b/About/About.xml @@ -8,7 +8,7 @@ RimWorld Multiplayer Team https://github.com/rwmt/Multiplayer <color=red><b>Important: </b> This mod should be placed right below Core and expansions in the mod list to work properly! -Requires >= Rimworld v1.3.3117</color>\n +Requires >= Rimworld v1.3.3311</color>\n Multiplayer mod for RimWorld. FAQ - https://hackmd.io/@rimworldmultiplayer/docs/ diff --git a/Source/Common/Version.cs b/Source/Common/Version.cs index c12b6642..3515cc0d 100644 --- a/Source/Common/Version.cs +++ b/Source/Common/Version.cs @@ -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"; diff --git a/Source/Multiplayer.csproj b/Source/Multiplayer.csproj index 8e93598b..185c90c3 100644 --- a/Source/Multiplayer.csproj +++ b/Source/Multiplayer.csproj @@ -9,7 +9,7 @@ false false None - 0.6.1 + 0.6.2 false