Release 2.0.0

This commit is contained in:
Romain Beaumont 2016-04-12 23:36:38 +02:00
commit cb45a68fed
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## 2.0.0
* lot of raknet update that fix bugs
* the server example is working
* fix packets
* breaking : remove mcpe_ prefix in packet names
* encapsulated packet now emit actual errors
## 1.1.0
* raknet is integrated, packet parsing is working

View file

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