This commit is contained in:
roblabla 2015-11-12 02:12:47 +01:00
parent f68bee7ed3
commit 6fe8abfc30
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# History # History
## 0.16.0 (unreleased) ## 0.16.0
* cross version support exposed : version option in createClient and createServer * cross version support exposed : version option in createClient and createServer
* expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE) * expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE)

View File

@ -1,6 +1,6 @@
{ {
"name": "minecraft-protocol", "name": "minecraft-protocol",
"version": "0.16.0-GH", "version": "0.16.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.", "description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js", "main": "index.js",
"repository": { "repository": {