diff --git a/About/Manifest.xml b/About/Manifest.xml index 345f969..bcbe7a1 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -2,7 +2,7 @@ Multiplayer - 0.1.6 + 0.1.7 https://github.com/Zetrith/Multiplayer/master/About/Manifest.xml https://github.com/Zetrith/Multiplayer/releases/latest \ No newline at end of file diff --git a/Source/Common/Version.cs b/Source/Common/Version.cs index ba80c54..6ac5b65 100644 --- a/Source/Common/Version.cs +++ b/Source/Common/Version.cs @@ -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;