Skip to content

Commit

Permalink
Version MP 0.4.8.3, MPAPI 0.1, Protocol 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Parexy authored and notfood committed Nov 29, 2019
1 parent 9900279 commit 60151dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<url>https://github.com/rwmt/Multiplayer</url>
<description>&lt;color=red&gt;&lt;b&gt;Important: &lt;/b&gt; This mod should be loaded right after Core and before HugsLib to work properly!&lt;/color&gt;\n
Multiplayer mod for rimworld.
This is version 0.4.8
This is version 0.4.8.3
</description>
</ModMetaData>
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Manifest>

<identifier>Multiplayer</identifier>
<version>0.4.8</version>
<version>0.4.8.3</version>
<manifestUri>https://raw.githubusercontent.com/rwmt/Multiplayer/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/rwmt/Multiplayer/releases/latest</downloadUri>

Expand Down
2 changes: 1 addition & 1 deletion Source/Common/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Multiplayer.Common
{
public static class MpVersion
{
public const string Version = "0.4.8";
public const string Version = "0.4.8.3";
public const int Protocol = 17;

public const string apiAssemblyName = "0MultiplayerAPI";
Expand Down

0 comments on commit 60151dc

Please sign in to comment.