Update release version in the readme

Closes https://github.com/aadnk/ProtocolLib/pull/98
This commit is contained in:
Dan Mulloy 2016-01-23 19:46:49 -05:00
parent c368251954
commit 83c2943b48

View File

@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>3.6.4-SNAPSHOT</version>
<version>3.6.4</version>
</dependency>
</dependencies>
````