update to version 2.2.0 (protocol 70)
This commit is contained in:
parent
044c2204d6
commit
19e6a1aa12
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ Parse and serialize Minecraft PE packets.
|
|||
|
||||
## Features
|
||||
|
||||
* Supports Minecraft PE `0.14.2`
|
||||
* Supports Minecraft PE `0.14.3`
|
||||
* Pure JavaScript
|
||||
* Easily send and listen for any packet
|
||||
* RakNet support through [node-raknet](https://github.com/mhsjlw/node-raknet)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pocket-minecraft-protocol",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "Parse and serialize Minecraft PE packets",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue