From 8109dbcdd8650d347bef491d2c2619018bc57e15 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Mon, 23 May 2016 07:28:36 -0400 Subject: [PATCH] update version to 2.2.3 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 29b2e26..33fcd28 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 2.2.3 +* fix the use item packet + ## 2.2.2 * fix the block update packet, for real this time diff --git a/package.json b/package.json index 2fefccb..6847f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocket-minecraft-protocol", - "version": "2.2.2", + "version": "2.2.3", "description": "Parse and serialize Minecraft PE packets", "main": "index.js", "scripts": {