diff --git a/README.md b/README.md index 232b5ff51..8c6f6fa7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ViaVersion 0.3 +# ViaVersion 0.3.1 **Allows the connection of 1.8 clients to 1.9** This plugin modifies netty to allow connection of 1.9 clients to 1.8, @@ -11,6 +11,8 @@ Attempt to make boats nicer when they don't work Remap spawn eggs +Some EntityMetadata is incorrect, fix this. + This took hours of work, so if you enjoy this consider looking into contacting me and supporting my projects. @@ -25,7 +27,7 @@ Credits: **Myself** (harhar) -**Matsv** (Movement Fix) +**Matsv** (Movement Fix / Correcting my stupidity) License: diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a4da788dc..6380ba05f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: ViaVersion main: us.myles.ViaVersion.Core author: _MylesC -version: 0.3 \ No newline at end of file +version: 0.3.1 \ No newline at end of file