From b28cecb3301d1b7066d0f18294453f71b3357511 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 7 Apr 2016 12:54:31 +0200 Subject: [PATCH] Release 1.1.0 --- HISTORY.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 HISTORY.md 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": {