diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..dbfca45 --- /dev/null +++ b/HISTORY.md @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 489bbcb..9fbd1d1 100644 --- a/package.json +++ b/package.json @@ -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": {