Release 1.1.0
This commit is contained in:
parent
8e1e9891d7
commit
b28cecb330
2 changed files with 10 additions and 1 deletions
9
HISTORY.md
Normal file
9
HISTORY.md
Normal 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
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue