Bump the version, we now support ProtocolLib (hopefully it works properly)

This commit is contained in:
Myles 2016-03-02 15:26:32 +00:00
parent 318db73f3c
commit 6c96271925
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# ViaVersion 0.3.7
# ViaVersion 0.4.0
**Allows the connection of 1.8 clients to 1.9**
This plugin modifies netty to allow connection of 1.9 clients to 1.8,
**Don't use late bind nor ProtocolLib**
**Don't use late bind*
**As of this point it doesn't have everything, I need to fix:**

View File

@ -1,6 +1,6 @@
name: ViaVersion
main: us.myles.ViaVersion.ViaVersionPlugin
author: _MylesC
version: 0.3.7
version: 0.4.0
load: startup
loadbefore: [ProtocolLib, ProxyPipe]