Archiviert
13
0

Update release version in the readme

Closes https://github.com/aadnk/ProtocolLib/pull/98
Dieser Commit ist enthalten in:
Dan Mulloy 2016-01-23 19:46:49 -05:00
Ursprung c368251954
Commit 83c2943b48

Datei anzeigen

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