From 2a6730164236e0a0ebd9a70bedc9f44154a90c63 Mon Sep 17 00:00:00 2001 From: Myles Date: Tue, 1 Mar 2016 14:40:53 +0000 Subject: [PATCH] Bump version to 0.3.3 --- README.md | 11 +++++++---- src/main/resources/plugin.yml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f334a9a1f..1d23ee72c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ViaVersion 0.3.2 +# ViaVersion 0.3.3 **Allows the connection of 1.8 clients to 1.9** This plugin modifies netty to allow connection of 1.9 clients to 1.8, @@ -20,18 +20,21 @@ Some items with JSON data cause crashing due to the change in how strict minecra This took hours of work, so if you enjoy this consider looking into contacting me and supporting my projects. -Credits: +Sources: -------- **wiki.vg** (Protocol info, though I did have to find a lot myself) **MCProtocolLib** (used for chunk reading & some of writing.) +Contributors: +-------- + **Myself** (harhar) -**Matsv** (Movement Fix / Correcting my stupidity) +**Matsv/StatBoom** -**HugoDaBosss** (Sounds fix) +**HugoDaBosss** License: -------- diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index faa32b51f..4dcca77dc 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.2 \ No newline at end of file +version: 0.3.3 \ No newline at end of file