update to version 2.2.0 (protocol 70)

This commit is contained in:
mhsjlw 2016-05-19 17:19:44 -04:00
commit 19e6a1aa12
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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": {