Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Version 0.1.7, protocol 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetrith committed Dec 19, 2018
1 parent 00108c4 commit 4d2a144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Manifest>
<identifier>Multiplayer</identifier>
<version>0.1.6</version>
<version>0.1.7</version>
<manifestUri>https://github.com/Zetrith/Multiplayer/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/Zetrith/Multiplayer/releases/latest</downloadUri>
</Manifest>
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 @@
{
public static class MpVersion
{
public const string Version = "0.1.6";
public const int Protocol = 5;
public const string Version = "0.1.7";
public const int Protocol = 6;

#if DEBUG
public const bool IsDebug = true;
Expand Down

0 comments on commit 4d2a144

Please sign in to comment.