From 19e6a1aa125d1745f6d54c48fb614117b3870bc2 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Thu, 19 May 2016 17:19:44 -0400 Subject: [PATCH] update to version 2.2.0 (protocol 70) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 147f05e..ed407ea 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 0994521..6014838 100644 --- a/package.json +++ b/package.json @@ -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": {