Release 1.1.0

This commit is contained in:
Romain Beaumont 2016-04-07 12:54:31 +02:00
commit b28cecb330
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 10 additions and 1 deletions

9
HISTORY.md Normal file
View file

@ -0,0 +1,9 @@
## 1.1.0
* raknet is integrated, packet parsing is working
* client login sequence is working
* server login sequence is almost there
## 1.0.0
* first version, protocol definition is there but nothing really works

View file

@ -1,6 +1,6 @@
{
"name": "pocket-minecraft-protocol",
"version": "1.0.0",
"version": "1.1.0",
"description": "Parse and serialize Minecraft PE packets",
"main": "index.js",
"scripts": {