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